.support-contact-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.support-category {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.support-category h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.support-category p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #555;
}

.support-category strong {
  color: #000;
  font-weight: bold;
}


shipping-method .method-list,
.payment-method .method-list {
  margin: 0 0 30px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 22px 70px 22px 22px;
  /* max-width: 560px; */
  
  text-align: right;
  margin: 0 auto 10px;
  background: #f6f6f6;
}

.shipping-method .method-list li:has(input[type="radio"]:checked),
.payment-method .method-list li:has(input[type="radio"]:checked) {
    background-color: #e8fbe9; /* ׳™׳¨׳•׳§ ׳₪׳¡׳˜׳œ׳™ */
    border-color: #4caf50;
}








