/* assets/css/chilecourier-shipping.css */

.chilecourier-promo-notice {
  background: linear-gradient(135deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin: 15px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chilecourier-promo-notice h3 {
  color: white;
  margin-top: 0;
  font-size: 1.2em;
}

.chilecourier-promo-notice .promo-button {
  display: inline-block;
  background: white;
  color: #4158d0;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.chilecourier-promo-notice .promo-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.chilecourier-error-notice {
  background: #fff1f0;
  border-left: 4px solid #d64242;
  padding: 15px;
  margin: 15px 0;
  border-radius: 4px;
}

.chilecourier-info-notice {
  background: #f8f9fa;
  border-left: 4px solid #4158d0;
  padding: 15px;
  margin: 15px 0;
  border-radius: 4px;
}

.chilecourier-promo-notice ul {
  list-style-type: none;
  padding-left: 0;
  margin: 15px 0;
}

.chilecourier-promo-notice ul li {
  margin-bottom: 8px;
}

.chilecourier-info-notice ul {
  margin-left: 20px;
  list-style-type: disc;
}

.chilecourier-info-notice a {
  color: #4158d0;
  text-decoration: none;
  font-weight: bold;
}

.chilecourier-info-notice a:hover {
  text-decoration: underline;
}

#shipping_method li {
  display: flex;
  align-items: center;
  gap: 8px;
}

#shipping_method li input[type="radio"] {
  flex-shrink: 0;
  margin: 0;
}

.ccfw-rate-container {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.ccfw-courier-logo {
  width: auto;
  height: 20px !important;
}

.ccfw-rate-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ccfw-rate-cost {
  margin-left: auto;
}
