.wkmprfq-additional-heading {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color: #000;
}

.wpmp-rfq-form-row textarea[name="wpmp-rfq-admin-quote-description detaillee"] {
  font-size: 17px;
  font-weight: 600;
  color:#000000 !important;
}

.wkmp-custom-textarea {
    background: #f8f9ff;
    border: 1px solid #2271b1;
    border-radius: 6px;
    padding: 10px;
}

.wkmp-custom-textarea:focus {
    border-color: #005a87;
    box-shadow: 0 0 0 2px rgba(34,113,177,.15);
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--manage-rfq {
  padding: 0 0px 0 0;
} /* Make sure all icons (WooCommerce standard ones and Webkul custom ones) stay aligned */
.woocommerce-MyAccount-navigation ul li a i,
.woocommerce-MyAccount-navigation ul li a svg,
.woocommerce-MyAccount-navigation ul li a img,
.woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-MyAccount-navigation ul li a::after {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0; /* Prevents the icon from squeezing or breaking when text is long */
  min-width: 20px; /* Optional: gives all icons identical width for perfect centering */
  text-align: center;
  font-size: 20px; /* Adjust as needed for icon size */
}


table.woocommerce-orders-table th.woocommerce-orders-table__header {
  text-align: center !important;
}
.transactionhistory table tr td {
  text-align: center !important;
}
/* #manage-quote th:nth-child(3),
#manage-quote td:nth-child(3) {
  display: none;
} */
.wkmprfq-rfq-main-quote tr:nth-child(3) {
  display: none;
}

#seller-quote-quantity {
  display: none !important;
}

#manage-quote td {
    padding: 14px 10px;
}

/* Let the "Manage RFQ" table scroll horizontally instead of squeezing/overlapping
   columns when the viewport is narrower than the table content. */
.wkmp-table-responsive {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

#manage-quote.transactionhistory {
    border-collapse: collapse;
}

@media (max-width: 767px) {
    #manage-quote.transactionhistory th,
    #manage-quote.transactionhistory td {
        padding: 10px 8px;
        font-size: 13px;
        white-space: nowrap;
    }
}




tr.wkmp-seller-quote-quantity {
    display: none;
}

tr.wkmp-seller-quote-status {
    display: none !important;
}

.wk-rfq-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap; /* allow wrapping */
}
/* mobile */
@media (min-width: 780px) {
    .wkmp-seller-profile-card-body-info .star-rating .star {
        line-height: 1.5 !important;
        width: 20px !important;
        color: #ffce00;
    }
}

.wkmp-seller-profile-wrapper .wkmp-rating-description{
    bottom: 18% !important;
}

.star-rating span:before, .wkmp-seller-profile-card-body-info .star-rating .star{
    color: #ffce00 !important;
}

/* mobile */
@media (max-width: 480px) {
    .wk-rfq-action-buttons {
        justify-content: stretch;
    }

    .wk-rfq-action-buttons a,
    .wk-rfq-action-buttons button {
        flex: 1 1 100%; /* full width buttons */
        text-align: center;
    }

    .wkmp-form-wrap .form-group{
        padding-top: 5px;
    }

    .wpmp-rfq-form-row textarea[name="wpmp-rfq-admin-quote-description detaillee"], .wpmp-rfq-form-row textarea[name="wpmp-rfq-admin-quote-quand"] {
        font-size: 14px !important;
        font-weight: 300;
        color: #000 !important;
        line-height: 1.25;
    }

    .star-rating::before, .star-rating span::before {
        top: -2px !important;
    }

    .wkmp-seller-profile-card-body-info .star-rating {
        font-size: 11px !important;
    }

    .wkmp-seller-profile-card-body-info .star-rating .star{
        font-size: 13px;
        height: 13px;
        width: 12px;
        color: orangered;
    }

    .wkmp-seller-profile-wrapper .wkmp-rating-description{
        left:unset !important;
        bottom: unset !important;
    }


    .wkmp_feedback_main_in {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        font-size: smaller;
        white-space: nowrap;
    }

    p.wkmprfq-sup-comment-head.wkmprfq-message-self {
        margin-bottom: 0px;
    }

    .wkmprfq-quotation-list-wrapper table tr td {
        padding: 5px !important;
    }
}

p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before {
    color: #ff7c07 !important;
}

.wkrfq-custom-button{
    /* width:110px; */
    text-align:center;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.confirm-modal {
  position: relative;
  max-width: 300px;
  margin: 15% auto;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}

.edit-quote-modal {
    position: relative;
    max-width: 700px;
    width: 90%;
    margin: 4% auto;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    text-align: center;

    max-height: 90vh;      /* keeps modal inside screen */
    overflow-y: auto;      /* scroll if content is long */
    box-sizing: border-box;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .edit-quote-modal {
        width: 95%;
        margin: 3% auto;
        padding: 15px;
        max-height: 95vh;
    }
}

.confirm-close,
.edit-quote-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 2px 10px;
}
button.edit-quote-close {
  background-color: #a08eb2;
}

.confirm-actions,
.edit-quote-actions {
  margin-top: 20px;
}

.confirm-actions button,
.edit-quote-actions button {
  margin: 0 10px;
  padding: 8px 20px;
  cursor: pointer;
}

.wpmp-rfq-form-row{
    input, textarea{
        font-size: 18px;
        font-weight: 300;
        color: #000 !important;
        line-height: 1.25 !important;

        &::placeholder{
            font-size: 18px;
            font-weight: 300;
            color: #000 !important;
            line-height: 1.25 !important;
            opacity: 0.7;
        }
    }
}

.wpmp-rfq-form-row textarea[name="wpmp-rfq-admin-quote-description detaillee"], .wpmp-rfq-form-row textarea[name="wpmp-rfq-admin-quote-quand"] {
    font-size: 18px;
    font-weight: 300;
    color: #000 !important;
    line-height: 1.25 !important;
}

#edit-quote-popup h5 {
  text-align: left;
  width: 100%;
  display: block;
}

#edit-quote-popup label {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

/** Popup css end*/
@media (min-width: 768px) {

    .wkmp-rfq-sut-edit-quote .form-table th {
        width: 250px !important;
        font-weight: normal;
        vertical-align: top;
        padding-top: 10px;
    }


    .wkmp-rfq-sut-edit-quote .form-table th label {
        font-weight: normal;
    }


    .wkmp-rfq-sut-edit-quote .form-table td {
        width: auto;
    }

    .wkmp-rfq-sut-edit-quote .form-table td input[type="number"],
    .wkmp-rfq-sut-edit-quote .form-table td textarea {
        width: 100%;
        box-sizing: border-box;
    }
}

.wc_status_table {
  table-layout: fixed;
  width: 100%;
}

.woocommerce-orders-table {
  table-layout: fixed;
  width: 100%;
}

/* ── Quotation table column widths ── */
.woocommerce-orders-table__header-quote-id,
.woocommerce-orders-table__cell-quote-id {
  width: 12%;
  text-align: center !important;
}

.woocommerce-orders-table__header-quote-product,
.woocommerce-orders-table__cell-quote-product {
  width: 25%;
  text-align: left !important;
}

.woocommerce-orders-table__header-quote-quantity,
.woocommerce-orders-table__cell-quote-quantity {
  width: 18%;
  text-align: center !important;
}

.woocommerce-orders-table__header-created-on,
.woocommerce-orders-table__cell-created-on {
  width: 20%;
  text-align: center !important;
}

.woocommerce-orders-table__header-quote-status,
.woocommerce-orders-table__cell-quote-status {
  width: 12%;
  text-align: center !important;
}

.woocommerce-orders-table__header-quote-actions,
.woocommerce-orders-table__cell-quote-actions {
  width: 13%;
  text-align: center !important;
}

/* Status badge colours */
.womprf-quote-status-enable {
  color: #3a9e3a;
  font-weight: 600;
}
.womprf-quote-status-expired {
  color: #c0392b;
  font-weight: 600;
}

/* ── Restore full table on all breakpoints ── */
@media (max-width: 767px) {
  .account-orders-table thead {
    display: table-header-group !important;
  }
  .account-orders-table tbody tr {
    display: table-row !important;
  }
  .account-orders-table td,
  .account-orders-table th {
    display: table-cell !important;
    text-align: center !important;
  }
  /* Hide the data-title pseudo-element labels on mobile */
  .account-orders-table td::before {
    display: none !important;
  }
  /* Allow text to wrap so narrow screens aren't broken */
  .woocommerce-orders-table__header-quote-product,
  .woocommerce-orders-table__cell-quote-product {
    word-break: break-word;
  }

  .wc_status_table th {
    width: 120px;
  }

  input.button.button-primary {
    width: 100%;
  }
  button#wkmp-rfqc-cancelled-btn {
    margin-top: 8px;
  }
}

td.extra_quote_price {
    width: 15%;
}
/* Delete image icon */
i.fa.fa-trash.wpmp-rfq-delete-image{
    position: absolute;
    top: -5px;
    right: -5px;
    color: red;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* ===============================
GLOBAL FORM IMPROVEMENT
=============================== */

.wkmp-rfq-sut-edit-quote h2,
.wkmprfq-quotation-list-wrapper h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 600;
}

form#womprfq-seller-quotation-form table td.forminp {
    padding: 5px;
}

/* Labels */
.wkmp-rfq-sut-edit-quote table th label,
#wpmp-rfq-new-quote-form table th label ,
#womprfq-seller-quotation-form table th label {
    font-size: inherit;
    font-weight: inherit;
    /* font-weight: 600; */
}

table.wkmprfqc-rfq-other-seller-table,
table.wkmprfqc-rfq-other-seller-table th,
table.wkmprfqc-rfq-other-seller-table td,
table.wkmprfqc-rfq-other-seller-table .wkmprfqc-rfq-th h3 {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/* Inputs */
.wkmp-rfq-sut-edit-quote input[type="number"],
.wkmp-rfq-sut-edit-quote input[type="text"],
.wkmp-rfq-sut-edit-quote textarea,
#wpmp-rfq-new-quote-form input,
#wpmp-rfq-new-quote-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 12px;
    font-size: 14px;
    min-height: 42px;
    box-sizing: border-box;
}

/* Textarea */
textarea#wkmprfq-seller-quote-comment {
    min-height: 120px;
    resize: vertical;
}

/* Buttons */
.wkmp-rfq-sut-edit-quote .button,
#wpmp-rfq-new-quote-form .button {
    padding: 10px 18px;
    font-size: 14px;
    min-height: 42px;
    border-radius: 4px;
}

/* ===============================
MOBILE FIXES
=============================== */
@media (max-width: 768px) {

    .wkmp-rfq-sut-edit-quote h2,
    .wkmprfq-quotation-list-wrapper h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .wkmp-rfq-sut-edit-quote table th,
    .wkmp-rfq-sut-edit-quote table td,
    #wpmp-rfq-new-quote-form table th,
    #wpmp-rfq-new-quote-form table td {
        display: block;
        width: 100% !important;
    }

    .wkmp-rfq-sut-edit-quote table th {
        padding-bottom: 6px;
    }

    .wkmp-rfq-sut-edit-quote .button,
    #wpmp-rfq-new-quote-form .button {
        width: 100%;
        font-size: 15px;
        padding: 12px;
    }

    .wkmp-rfq-sut-edit-quote textarea,
    #wpmp-rfq-new-quote-form textarea {
        min-height: 140px;
    }
}



/* Mess Mission Tab Styles */
.wkmp-mess-mission-container {
    max-width: 100%;
    margin: 0 auto;
}

.wkmp-mess-mission-container h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.wkmp-mess-mission-container > p {
    color: #666;
    margin-bottom: 30px;
    font-size: 14px;
}

.wkmp-service-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.wkmp-service-category-card {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.wkmp-service-category-card h4 {
    color: #333;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #007cba;
    padding-bottom: 8px;
}

.wkmp-service-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wkmp-service-product-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wkmp-service-product-item:hover {
    background: #f0f8ff;
    border-color: #007cba;
}

.wkmp-service-product-item input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.wkmp-product-name {
    font-size: 14px;
    color: #333;
    flex: 1;
}

.wkmp-no-products {
    color: #999;
    font-style: italic;
    margin: 10px 0;
}

.wkmp-form-actions {
    text-align: center;
    margin-top: 30px;
}

.wkmp-save-services-btn {
    background: #007cba;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wkmp-save-services-btn:hover:not(:disabled) {
    background: #005a87;
}

.wkmp-save-services-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.wkmp-notice {
    padding: 12px 16px;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: 500;
}

.wkmp-notice.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wkmp-notice.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 768px) {
    .wkmp-service-categories {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .wkmp-service-category-card {
        padding: 15px;
    }

    .wkmp-service-product-item {
        padding: 10px;
    }
}


.pac-container {
    z-index: 999999 !important;
}


/* ===================================
   Quote Address Section Improved
=================================== */

.wkmp-rfq-quote-place-fields {
    margin-top: 15px;
    padding: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

/* Radio row */
.wkmp-rfq-address-choice-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 15px;
}

/* Radio boxes */
.wkmp-rfq-radio-option {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

/* Hide ugly browser focus border */
.wkmp-rfq-radio-option input[type="radio"] {
    margin: 0;
    outline: none;
    box-shadow: none;
}

/* Hover */
.wkmp-rfq-radio-option:hover {
    border-color: #2271b1;
    background: #f4f9ff;
}

/* ACTIVE SELECTED BOX */
.wkmp-rfq-radio-option:has(input[type="radio"]:checked) {
    border: 2px solid #2271b1;
    background: #eef6ff;
    box-shadow: 0 0 0 3px rgba(34,113,177,.12);
}

/* Optional stronger text when selected */
.wkmp-rfq-radio-option:has(input[type="radio"]:checked) {
    font-weight: 600;
}

/* Remove rectangle around actual radio button */
.wkmp-rfq-radio-option input[type="radio"]:focus,
.wkmp-rfq-radio-option input[type="radio"]:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Inputs */
.wkmp-rfq-quote-place-fields input[type="text"],
.wkmp-rfq-quote-place-fields textarea {
    width: 100%;
    padding: 10px 14px;
    min-height: 44px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
}

.wkmp-rfq-quote-place-fields textarea {
    /* min-height: 110px; */
    resize: vertical;
}

.wkmp-rfq-quote-place-fields input:focus,
.wkmp-rfq-quote-place-fields textarea:focus {
    border-color: #2271b1;
    outline: none;
    box-shadow: 0 0 0 2px rgba(34,113,177,.12);
}

/* Error */
.wkmp-rfq-place-error {
    color: #b32d2e;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

/* Google dropdown */
.pac-container {
    z-index: 999999 !important;
}

/* Mobile */
@media (max-width: 768px) {

    .wkmp-rfq-quote-place-fields {
        padding: 14px;
    }

    .wkmp-rfq-address-choice-row {
        flex-direction: column;
        gap: 10px;
    }

    .wkmp-rfq-radio-option {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .wkmp-rfq-quote-place-fields input[type="text"],
    .wkmp-rfq-quote-place-fields textarea {
        font-size: 16px;
    }
}


.confirm-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.confirm-actions button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* YES button */
#confirmYes {
    background: #28a745;
    color: #fff;
}

#confirmYes:hover {
    background: #218838;
}

/* NO button */
#confirmNo {
    background: #dc3545;
    color: #fff;
}

#confirmNo:hover {
    background: #c82333;
}

@media (max-width: 480px) {
    .confirm-actions {
        flex-direction: column;
    }
}


.wk-rfq-user-block {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 100%;
}

/* Name row */
.wk-rfq-user-name {
    /* font-weight: 600; */
    font-size: 15px;
    color: #222;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

/* City badge */
.wk-rfq-user-city {
    font-size: 11px;
    color: #555;
    background: #f1f3f5;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Extra info */
.wk-rfq-user-extra {
    font-size: 11px;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Prevent overflow issues */
.wk-rfq-user-email,
.wk-rfq-user-phone {
    word-break: break-word;
}

/* TABLE SAFETY */
.woocommerce-orders-table td {
    vertical-align: middle;
}

/* ✅ Mobile optimization */
@media (max-width: 768px) {

    .wk-rfq-user-name {
        font-size: 15px;
    }

    .wk-rfq-user-extra {
        flex-direction: column;
        gap: 2px;
    }

    .wk-rfq-user-city {
        font-size: 10px;
    }
}


.wk-rfq-customer-block {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
}

.wk-rfq-customer-name {
    font-weight: 600;
    color: #222;
    font-size: 13px;
}

.wk-rfq-customer-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #666;
    font-size: 11px;
}

.wk-rfq-customer-phone,
.wk-rfq-customer-email {
    word-break: break-word;
}

/* Mobile */
@media (max-width: 768px) {
    .wk-rfq-customer-extra {
        flex-direction: column;
        gap: 2px;
    }
}

/* Attachment Upload UI */
.wkmp-rfq-attachment-wrapper {
    margin-top: 10px;
}

/* Button style */
.wkmp-rfq-attachment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px dashed #2271b1;
    border-radius: 6px;
    background: #f4f9ff;
    color: #2271b1;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wkmp-rfq-attachment-btn:hover {
    background: #e6f0fb;
    border-color: #135e96;
}

/* Hide real input */
.wkmp-rfq-attachment-btn input[type="file"] {
    display: none;
}

/* Preview grid */
.wkmp-rfq-attachment-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Image thumbnail */
.wkmp-rfq-thumb {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.wkmp-rfq-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 480px) {
    .wkmp-rfq-attachment-btn {
        width: 100%;
    }

    .wkmp_nav_tabs {
        display: inline-block;
    }

    form#wkmp-seller-profile {
        position: relative;
        margin-top: 35px;
    }
}

#wkmprfq-product-quote-image-add {
    display: none !important;
}

/* Public seller profile: Types of missions (updated styling). */
.wkmp-rfqc-types-of-missions {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.wkmp-rfqc-types-of-missions-title {
    color: #333;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #007cba;
    padding-bottom: 10px;
}

.wkmp-rfqc-mission-category {
    margin-bottom: 30px;
}

.wkmp-rfqc-mission-category-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}

.wkmp-rfqc-mission-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wkmp-rfqc-mission-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 8px;
    background: #ffffff;
    border-radius: 6px;
    border-left: 4px solid #007cba;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #333;
}

.wkmp-rfqc-mission-product:hover {
    background: #f1f3f4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.wkmp-seller-profile-tab-list .wkmp-seller-profile-tab {
    text-decoration: none;
}

.wkmp-rfqc-public-profile-shell .wkmp-seller-profile-tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wkmp-rfqc-public-profile-shell .wkmp-seller-profile-tab-content > .wkmp-rfqc-types-of-missions {
    margin-top: 0;
}

.wkmp-rfqc-review-stars .star-rating {
    margin: 0;
}

@media (max-width: 768px) {
    .wkmp-rfqc-types-of-missions {
        margin-top: 20px;
        padding: 20px;
    }

    .wkmp-rfqc-types-of-missions-title {
        font-size: 20px;
    }

    .wkmp-rfqc-mission-product {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

.wkmp-seller-profile-tab-list > *:nth-child(1),
.wkmp-seller-profile-tab-list > *:nth-child(4) {
    display: none;
}

/* Make 5th tab appear first */
.wkmp-seller-profile-tab-list {
    display: flex;
    flex-wrap: wrap;
}

/* .wkmp-seller-profile-tab-list > *:nth-child(5) {
    order: -1;
} */

.woocommerce-edit-address .woocommerce-address-fields{
    #billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_state_field, #billing_postcode_field{
        display:none !important;
    }
}

#wkmp-seller-profile{
    input[name="wkmp_rfqc_vendor_place_search"][disabled] {
        background-color: #f5f5f5;
        color: #666;
        cursor: not-allowed;
    }
}

.wkmp-img-thumbnail img{
    object-fit: contain !important;
}

.wkmp-seller-profile-content-wrap .wkmp-seller-profile-detail-card .wkmp-seller-profile-card-body .wkmp-seller-profile-card-body-img{
    margin-top: 0px !important;
   img{
     object-fit: contain;
   }
}

p.wkmprfq-sup-comment-head.wkmprfq-message-self {
    display: inline-block;
}

.wk-rfq-user-block.wk-rfq-user-compact {
    display: inline-block;
    margin-left: 5px;
    font-style: italic;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--news a:after {
    font-size: 18px !important;
    display: unset !important;
    margin-left: unset !important;
    color: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    line-height: unset !important;
    vertical-align: unset !important;
}

/* About Shop editor: 2× taller on mobile, 4× on desktop */
#wkmp_about_shop_ifr,
#wkmp_about_shop {
    min-height: 600px !important;
    height: 600px !important;
}

@media (min-width: 768px) {
    #wkmp_about_shop_ifr,
    #wkmp_about_shop {
        min-height: 1200px !important;
        height: 1200px !important;
    }
}
