/* Amastone Custom Prices */

.amastone-custom-price {
    font-size: 0.75em;
    font-weight: 600;
    color: #242424;
    background-color: #e8e8e8;
    padding: 2px 10px;
    border-radius: 3px;
    margin-top: 5px;
    text-align: center;
}


.product-wrapper .amastone-custom-price {
    display: block;
}

@media (max-width: 767px) {
    .single-product .amastone-custom-price {
        display: block;
        width: 150px;
    }
}

/* Your Price List (My Account) */
.amastone-price-list {
    margin-top: 20px;
}

.amastone-price-list-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.amastone-price-list-empty {
    color: #555;
}

.amastone-price-rule {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}

.amastone-price-rule-description {
    font-size: 0.95rem;
    color: #2b2b2b;
    margin-bottom: 12px;
}

.amastone-price-rule-discount {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
}

.amastone-price-rule-discount-label {
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.75rem;
}

.amastone-price-rule-discount-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
}

.amastone-price-rule-section {
    margin-top: 14px;
}

.amastone-price-rule-section h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a1a;
}

.amastone-price-rule-note {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.amastone-price-rule-list {
    margin: 0;
    padding-left: 18px;
    color: #2d2d2d;
}

.amastone-price-rule-list li {
    margin: 4px 0;
}

.amastone-price-rule-list a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #cfcfcf;
}

.amastone-link-icon {
    font-size: 0.9em;
    color: #777;
    margin-left: 6px;
}

.amastone-price-rule-list a:hover {
    color: #000;
    border-bottom-color: #888;
}
