.thprn-requirement-notice {
    border: 2px solid #d98500;
    border-left-width: 8px;
    border-radius: 8px;
    background: #fff8ea;
    margin: 0 0 1.5rem;
    padding: 1.15rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    clear: both;
}

.thprn-requirement-notice[hidden],
.thprn-requirement-notice.thprn-inactive {
    display: none !important;
}

.thprn-notice-main {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.thprn-notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #d98500;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.thprn-notice-content {
    flex: 1 1 auto;
    min-width: 0;
}

.thprn-notice-title {
    margin: 0 0 0.45rem;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 800;
}

.thprn-notice-message {
    font-size: 1rem;
    line-height: 1.55;
}

.thprn-notice-message p:last-child {
    margin-bottom: 0;
}

.thprn-featured-products {
    margin-top: 1rem;
}

.thprn-featured-heading {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    line-height: 1.3;
    font-weight: 800;
}

.thprn-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.thprn-featured-card {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    padding: 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 7px;
    background: #fff;
}

.thprn-featured-image {
    display: block;
    flex: 0 0 72px;
    width: 72px;
}

.thprn-featured-image img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 5px;
}

.thprn-featured-body {
    flex: 1 1 auto;
    min-width: 0;
}

.thprn-featured-title {
    margin: 0 0 0.25rem;
    font-size: 0.98rem;
    line-height: 1.3;
    font-weight: 800;
}

.thprn-featured-title a {
    color: inherit;
    text-decoration: none;
}

.thprn-featured-title a:hover,
.thprn-featured-title a:focus {
    text-decoration: underline;
}

.thprn-featured-price {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.thprn-featured-button,
.thprn-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
    border-radius: 5px;
    background: #222;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
}

.thprn-featured-button:hover,
.thprn-featured-button:focus,
.thprn-cta-button:hover,
.thprn-cta-button:focus {
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
}

.thprn-cta-wrap {
    margin: 1rem 0 0;
}

.thprn-ack-wrap {
    margin-top: 1rem;
    padding: 0.95rem;
    border: 1px solid rgba(217, 133, 0, 0.45);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.65);
}

.thprn-ack-label {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
}

.thprn-ack-checkbox {
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1rem;
}

.thprn-inline-error {
    margin-top: 0.75rem;
    color: #b30000;
    font-weight: 700;
}

.single_add_to_cart_button.thprn-disabled,
button.single_add_to_cart_button.thprn-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

@media (max-width: 640px) {
    .thprn-notice-main {
        display: block;
    }

    .thprn-notice-icon {
        margin-bottom: 0.75rem;
    }

    .thprn-featured-card {
        align-items: flex-start;
    }
}
