.mhoszt-quote-add-form {
    margin-top: 10px;
    clear: both;
}

.products .product .mhoszt-quote-add-form-loop {
    text-align: center;
    margin: 8px auto 0;
}

.mhoszt-quote-button,
.woocommerce a.button.mhoszt-quote-button,
.woocommerce button.button.mhoszt-quote-button {
    display: inline-block;
    width: auto;
    min-width: 130px;
    line-height: 1.2;
    white-space: normal;
}

.products .product .mhoszt-quote-button {
    width: 100%;
    max-width: 170px;
    padding-left: 10px;
    padding-right: 10px;
}

.mhoszt-quote-single-wrap {
    margin: 18px 0;
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mhoszt-quote-qty-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.mhoszt-quote-qty {
    max-width: 80px;
}

.mhoszt-quote-feedback {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.35;
}

.mhoszt-quote-feedback a {
    text-decoration: underline;
}

.mhoszt-quote-feedback-error {
    color: #b32d2e;
}

.mhoszt-empty-price-label {
    font-weight: 600;
}

.mhoszt-quote-page .mhoszt-quote-table td,
.mhoszt-quote-page .mhoszt-quote-table th {
    vertical-align: middle;
}

.mhoszt-quote-product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mhoszt-quote-thumb img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.mhoszt-quote-product-name {
    font-weight: 600;
}

.mhoszt-quote-remove {
    color: #b32d2e;
}

.mhoszt-quote-checkout {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mhoszt-quote-submit-form .form-row input,
.mhoszt-quote-submit-form .form-row textarea {
    width: 100%;
}

.mhoszt-quote-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.mhoszt-quote-privacy {
    display: block;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .mhoszt-quote-product {
        align-items: flex-start;
    }

    .mhoszt-quote-submit-form .form-row-first,
    .mhoszt-quote-submit-form .form-row-last {
        float: none;
        width: 100%;
    }
}

.mhoszt-quote-line-total,
.mhoszt-quote-unit-price {
    white-space: nowrap;
}

.mhoszt-quote-no-price {
    font-weight: 600;
}

.mhoszt-quote-summary {
    max-width: 430px;
    margin: 18px 0 0 auto;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.02);
}

.mhoszt-quote-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 5px 0;
}

.mhoszt-quote-summary-main {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 6px;
    padding-bottom: 9px;
}

.mhoszt-quote-summary-note {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.35;
    opacity: 0.85;
}

.mhoszt-quote-row-status {
    display: block;
    min-height: 16px;
    margin-top: 4px;
    font-size: 12px;
    opacity: 0.8;
}

.mhoszt-quote-row-status-error {
    color: #b32d2e;
    opacity: 1;
}

.mhoszt-quote-row-updating {
    opacity: 0.7;
}

.mhoszt-quote-manual-update .description {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .mhoszt-quote-summary {
        max-width: none;
        margin-left: 0;
    }

    .mhoszt-quote-summary-row {
        align-items: flex-start;
    }

    .mhoszt-quote-manual-update .description {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }
}

/* 1.2.0 - termékkártya gomb egységesítés, túllógás elleni védelem */
.woocommerce ul.products li.product .mhoszt-quote-add-form-loop,
.products .product .mhoszt-quote-add-form-loop {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin: 8px auto 0;
    clear: both;
}

.woocommerce ul.products li.product .mhoszt-quote-add-form-loop .mhoszt-quote-button,
.woocommerce-page ul.products li.product .mhoszt-quote-add-form-loop .mhoszt-quote-button,
.products .product .mhoszt-quote-add-form-loop .mhoszt-quote-button,
.mhoszt-quote-add-form-loop .mhoszt-quote-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 42px;
    box-sizing: border-box;
    padding: 8px 10px !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
    letter-spacing: normal !important;
    text-transform: none;
}

.woocommerce ul.products li.product .mhoszt-quote-feedback,
.products .product .mhoszt-quote-feedback {
    max-width: 100%;
    overflow-wrap: break-word;
}

/* 1.2.0 - ajánlatkérő oldali termékkép arányos, név előtti megjelenítése */
.mhoszt-quote-product-cell .mhoszt-quote-product {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
}

.mhoszt-quote-product-cell .mhoszt-quote-thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-sizing: border-box;
}

.mhoszt-quote-product-cell .mhoszt-quote-thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 58px !important;
    max-height: 58px !important;
    object-fit: contain;
    margin: 0 !important;
}

.mhoszt-quote-recaptcha-row {
    clear: both;
    margin-top: 12px;
    margin-bottom: 14px;
}

.mhoszt-quote-recaptcha-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.mhoszt-quote-submit-button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .mhoszt-quote-product-cell .mhoszt-quote-product {
        min-width: 0;
    }

    .mhoszt-quote-product-cell .mhoszt-quote-thumb {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .mhoszt-quote-product-cell .mhoszt-quote-thumb img {
        max-width: 50px !important;
        max-height: 50px !important;
    }
}

/* 1.2.1/1.2.2 - ajánlatkérő lista törlési műveletek */
.mhoszt-quote-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
}

.mhoszt-quote-actions-top {
    justify-content: space-between;
}

.mhoszt-quote-actions-bottom {
    justify-content: flex-start;
}

.mhoszt-quote-remove-cell {
    text-align: right;
    white-space: nowrap;
}

.mhoszt-quote-remove,
.woocommerce a.button.mhoszt-quote-remove,
.woocommerce button.button.mhoszt-quote-remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    padding: 7px 10px !important;
    line-height: 1.2 !important;
    color: #b32d2e !important;
    border-color: rgba(179, 45, 46, 0.35) !important;
    background: #fff !important;
    text-decoration: none !important;
    box-sizing: border-box;
}

.mhoszt-quote-remove:hover,
.woocommerce a.button.mhoszt-quote-remove:hover,
.woocommerce button.button.mhoszt-quote-remove:hover {
    color: #fff !important;
    background: #b32d2e !important;
    border-color: #b32d2e !important;
}

.mhoszt-quote-clear-all,
.woocommerce a.button.mhoszt-quote-clear-all {
    color: #b32d2e !important;
    border-color: rgba(179, 45, 46, 0.35) !important;
    background: #fff !important;
}

.mhoszt-quote-clear-all:hover,
.woocommerce a.button.mhoszt-quote-clear-all:hover {
    color: #fff !important;
    background: #b32d2e !important;
    border-color: #b32d2e !important;
}

.mhoszt-quote-remove.disabled,
.mhoszt-quote-remove:disabled,
.mhoszt-quote-clear-all.disabled,
.mhoszt-quote-clearing {
    opacity: 0.55;
    pointer-events: none;
}

@media (max-width: 768px) {
    .mhoszt-quote-actions,
    .mhoszt-quote-actions-top,
    .mhoszt-quote-actions-bottom {
        display: block;
    }

    .mhoszt-quote-actions .button,
    .mhoszt-quote-actions button.button {
        display: block !important;
        width: 100%;
        margin: 0 0 8px 0 !important;
        text-align: center;
    }

    .mhoszt-quote-remove-cell {
        text-align: left;
    }

    .mhoszt-quote-remove,
    .woocommerce a.button.mhoszt-quote-remove,
    .woocommerce button.button.mhoszt-quote-remove {
        width: 100%;
        max-width: 180px;
    }
}

.mhoszt-quote-remove-noscript {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #b32d2e;
}


/* 1.2.3 - tételenkénti törlés áthelyezve a terméknév alá, hogy keskenyebb sablonban se tűnjön el */
.mhoszt-quote-table-v123 {
    width: 100%;
    table-layout: auto;
}

.mhoszt-quote-product-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    min-width: 0;
}

.mhoszt-quote-remove-inline,
.woocommerce button.button.mhoszt-quote-remove-inline {
    margin-top: 4px !important;
    min-width: 128px;
    max-width: 100%;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
}

.mhoszt-quote-table-v123 .mhoszt-quote-product-cell {
    min-width: 250px;
}

@media (max-width: 768px) {
    .mhoszt-quote-remove-inline,
    .woocommerce button.button.mhoszt-quote-remove-inline {
        width: auto !important;
        max-width: 220px;
    }

    .mhoszt-quote-table-v123 .mhoszt-quote-product-cell {
        min-width: 0;
    }
}

/* 1.4.0 - saját fiók ajánlatkérések és kedvezmény jelzés */
.mhoszt-quote-saving-positive {
    color: #008a20;
    font-weight: 700;
}

.mhoszt-quote-saving-negative {
    color: #b32d2e;
    font-weight: 700;
}

.mhoszt-quote-saving-neutral {
    opacity: 0.75;
}

.mhoszt-my-quotes-table td,
.mhoszt-my-quotes-table th {
    vertical-align: top;
}

.mhoszt-my-quotes-table td[data-title="Termékek"] {
    line-height: 1.45;
}

/* 1.5.0 - WooCommerce Saját fiók és ajánlatkérések megújított, egységesebb megjelenés */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 260px;
    flex: 0 0 260px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    line-height: 1.35;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(81, 73, 201, 0.09);
    color: #352e91;
}

.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0,0,0,0.05);
    padding: 28px;
}

.mhoszt-account-quotes-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mhoszt-account-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(81, 73, 201, 0.12);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(81, 73, 201, 0.08), rgba(81, 73, 201, 0.02));
}

.mhoszt-account-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #5149c9;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mhoszt-account-hero h2 {
    margin: 0 0 8px;
}

.mhoszt-account-hero p {
    margin: 0;
    max-width: 720px;
    line-height: 1.6;
    opacity: 0.92;
}

.mhoszt-account-primary-button,
.woocommerce a.button.mhoszt-account-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
}

.mhoszt-account-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mhoszt-account-stat-card {
    padding: 18px 20px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.mhoszt-account-stat-card strong {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.2;
}

.mhoszt-account-stat-card small,
.mhoszt-account-stat-label {
    display: block;
    opacity: 0.78;
    line-height: 1.45;
}

.mhoszt-my-quote-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mhoszt-my-quote-card {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,0.04);
}

.mhoszt-my-quote-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: rgba(0,0,0,0.015);
}

.mhoszt-my-quote-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mhoszt-my-quote-id {
    font-size: 18px;
    font-weight: 700;
}

.mhoszt-my-quote-date {
    opacity: 0.8;
}

.mhoszt-quote-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.mhoszt-quote-status-badge.is-new {
    background: rgba(0, 115, 170, 0.12);
    color: #0a5b7a;
}

.mhoszt-quote-status-badge.is-in-progress {
    background: rgba(227, 155, 0, 0.16);
    color: #8a5f00;
}

.mhoszt-quote-status-badge.is-sent {
    background: rgba(81, 73, 201, 0.12);
    color: #433cb2;
}

.mhoszt-quote-status-badge.is-closed {
    background: rgba(0, 138, 32, 0.12);
    color: #0a7322;
}

.mhoszt-my-quote-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
    gap: 20px;
    padding: 22px;
}

.mhoszt-my-quote-products-block h3 {
    margin: 0 0 14px;
    font-size: 18px;
}

.mhoszt-my-quote-product-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mhoszt-my-quote-product-list li {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(0,0,0,0.03);
}

.mhoszt-my-quote-product-name {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.mhoszt-my-quote-product-meta {
    display: block;
    font-size: 13px;
    opacity: 0.82;
}

.mhoszt-my-quote-summary-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mhoszt-my-quote-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mhoszt-my-quote-summary-item {
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    background: #fff;
}

.mhoszt-my-quote-summary-item span {
    display: block;
    font-size: 13px;
    opacity: 0.78;
}

.mhoszt-my-quote-summary-item strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.3;
}

.mhoszt-my-quote-summary-item-wide {
    grid-column: 1 / -1;
}

.mhoszt-my-quote-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mhoszt-my-quote-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,0.05);
    font-size: 13px;
    line-height: 1.25;
}

.mhoszt-my-quote-pill.is-note {
    background: rgba(179,45,46,0.08);
    color: #8f1f23;
}

.mhoszt-my-quote-details {
    border-top: 1px solid rgba(0,0,0,0.06);
}

.mhoszt-my-quote-details summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 22px;
    font-weight: 700;
}

.mhoszt-my-quote-details summary::-webkit-details-marker {
    display: none;
}

.mhoszt-my-quote-details summary::after {
    content: '+';
    float: right;
    font-size: 20px;
    line-height: 1;
}

.mhoszt-my-quote-details[open] summary::after {
    content: '−';
}

.mhoszt-my-quote-details-inner {
    padding: 0 22px 22px;
}

.mhoszt-my-quote-details-table td,
.mhoszt-my-quote-details-table th {
    vertical-align: top;
}

.mhoszt-account-empty-state {
    padding: 42px 24px;
    text-align: center;
    border: 1px dashed rgba(0,0,0,0.16);
    border-radius: 18px;
    background: rgba(0,0,0,0.015);
}

.mhoszt-account-empty-state h3 {
    margin-top: 0;
}

@media (max-width: 980px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        flex: 0 0 auto;
    }

    .mhoszt-account-stats-grid {
        grid-template-columns: 1fr;
    }

    .mhoszt-my-quote-card-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 18px;
        border-radius: 16px;
    }

    .mhoszt-account-hero,
    .mhoszt-my-quote-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .mhoszt-my-quote-summary-grid {
        grid-template-columns: 1fr;
    }

    .mhoszt-my-quote-details-inner {
        padding-left: 14px;
        padding-right: 14px;
    }
}


/* 1.5.1 - biztonságosabb Saját fiók elrendezés és admin szétesés javítása */
.woocommerce-account .woocommerce {
    display: block;
}

.woocommerce-account .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 26%;
    margin-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
    min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 12px;
}

.woocommerce-account .woocommerce-MyAccount-content > h2:first-child,
.woocommerce-account .woocommerce-MyAccount-content > h1:first-child,
.woocommerce-account .woocommerce-MyAccount-content .entry-title {
    margin-top: 0;
}

.mhoszt-account-hero,
.mhoszt-account-stats-grid,
.mhoszt-my-quote-cards {
    max-width: 100%;
}

.mhoszt-my-quote-card,
.mhoszt-account-stat-card,
.mhoszt-account-hero,
.mhoszt-account-empty-state {
    box-sizing: border-box;
}

@media (max-width: 980px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
}

/* 1.7.0 - ajánlat lejárati figyelmeztetés és elfogadás/elutasítás */
.mhoszt-quote-status-badge.is-accepted {
    background: rgba(0, 138, 32, 0.12);
    color: #0a7322;
}

.mhoszt-quote-status-badge.is-rejected {
    background: rgba(179, 45, 46, 0.10);
    color: #8f1f23;
}

.mhoszt-my-quote-expiry-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 22px 20px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(227, 155, 0, 0.35);
    background: rgba(227, 155, 0, 0.08);
}

.mhoszt-my-quote-expiry-box.is-expired {
    border-color: rgba(179, 45, 46, 0.35);
    background: rgba(179, 45, 46, 0.08);
}

.mhoszt-my-quote-expiry-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.45;
}

.mhoszt-my-quote-expiry-text strong {
    font-size: 16px;
}

.mhoszt-my-quote-expiry-text span {
    opacity: 0.82;
}

.mhoszt-my-quote-decision-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.mhoszt-my-quote-decision-actions form {
    margin: 0;
}

.mhoszt-quote-accept-button,
.woocommerce a.button.mhoszt-quote-accept-button,
.woocommerce button.button.mhoszt-quote-accept-button {
    background: #008a20 !important;
    border-color: #008a20 !important;
    color: #fff !important;
}

.mhoszt-quote-accept-button:hover,
.woocommerce button.button.mhoszt-quote-accept-button:hover {
    background: #06731e !important;
    border-color: #06731e !important;
    color: #fff !important;
}

.mhoszt-quote-reject-button,
.woocommerce a.button.mhoszt-quote-reject-button,
.woocommerce button.button.mhoszt-quote-reject-button {
    background: #fff !important;
    border-color: rgba(179, 45, 46, 0.45) !important;
    color: #b32d2e !important;
}

.mhoszt-quote-reject-button:hover,
.woocommerce button.button.mhoszt-quote-reject-button:hover {
    background: #b32d2e !important;
    border-color: #b32d2e !important;
    color: #fff !important;
}

.mhoszt-quote-account-notice {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .mhoszt-my-quote-expiry-box {
        flex-direction: column;
        align-items: stretch;
        margin-left: 14px;
        margin-right: 14px;
    }

    .mhoszt-my-quote-decision-actions,
    .mhoszt-my-quote-decision-actions form,
    .mhoszt-my-quote-decision-actions .button {
        width: 100%;
    }
}
