.custom-product-tabs {
  margin-top: 20px;
}
.custom-woocommerce-product-gallery {
  position: relative;
}

.sponsored-badge {
  position: absolute;
  top: 15px;
  left: 10px;
}

.sponsored-text {
  color: rgb(0, 0, 0);
  font: 12px;
  background-color: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 50%;
}

.custom-product-back-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.back-button {
  background-color: rgb(106, 215, 143);
  color: black;
  border: none;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}

.rifat-single-product-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #111;
  line-height: 1.3;
}

/* Location */
.rifat-single-product-location {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0 0 16px 0;
}

/* Price */
.rifat-single-product-price {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px 0;
}

/* Dealership Rating Section */
.rifat-dealership-rating {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

/* Deal Section (Left) */
.rifat-deal-section {
  flex: 1;
}

.rifat-fair-deal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fff4e5;
  color: #c17700;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.rifat-badge-dot {
  font-size: 10px;
}

.rifat-market-info {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.rifat-info-icon {
  display: inline-block;
  font-size: 14px;
  color: #999;
}

/* Rating Section (Right) */
.rifat-rating-section {
  flex: 1;
  text-align: right;
}

.rifat-dealer-label {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin: 0 0 4px 0;
}

.rifat-stars-reviews {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.rifat-stars {
  color: #2e7cf6;
  font-size: 16px;
  letter-spacing: 2px;
}

.rifat-half-star {
  color: #2e7cf6;
}

.rifat-empty-star {
  color: #ddd;
}

.rifat-reviews-link {
  color: #2e7cf6;
  text-decoration: none;
  font-size: 14px;
}

.rifat-reviews-link:hover {
  text-decoration: underline;
}

/* Request Information Box */
.rifat-request-information {
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #fff;
}

.rifat-request-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
  color: #111;
}

/* Buttons */
.rifat-availability-button,
.rifat-finance-button {
  width: 100%;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  margin-bottom: 12px;
}

.rifat-availability-button {
  background-color: #2e7cf6;
  color: #fff;
}

.rifat-availability-button:hover {
  background-color: #1a6ae0;
}

.rifat-finance-button {
  background-color: #fff;
  color: #111;
  border: 1px solid #111;
}

/* Contact Options */
.rifat-contact-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.rifat-contact-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.rifat-contact-link:hover {
  color: #2e7cf6;
}

.rifat-phone-icon,
.rifat-chat-icon {
  font-size: 16px;
}

/* Pre-qualify Text */
.rifat-prequalify-text {
  text-align: center;
  color: #2e7cf6;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

/* Partner Logos */
.rifat-partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 20px 0;
}

.rifat-logo-placeholder {
  padding: 12px 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-weight: 600;
  color: #666;
  font-size: 14px;
}

/* modal*/
.modal-box {
  width: 600px;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .modal-box {
    width: 95%; /* almost full width */
    max-width: 95%;
    padding: 15px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .rifat-single-product-title {
    font-size: 24px;
  }

  .rifat-single-product-price {
    font-size: 28px;
  }

  .rifat-dealership-rating {
    flex-direction: column;
    gap: 16px;
  }

  .rifat-rating-section {
    text-align: left;
  }

  .rifat-stars-reviews {
    justify-content: flex-start;
  }

  .rifat-request-information {
    padding: 20px;
  }

  .rifat-availability-button,
  .rifat-finance-button {
    padding: 12px 20px;
    font-size: 15px;
  }

  .rifat-contact-options {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .custom-product-back-button {
    position: absolute;
    left: 240px;
    bottom: -8px;
    height: 25px !important;
    width: 25px !important;
  }

  .sponsored-text {
    font-size: 14px;
    position: absolute;
  }
  .rifat-partner-logos {
    gap: 20px;
  }

  .rifat-logo-placeholder {
    padding: 10px 20px;
    font-size: 12px;
  }
}







