/**
 * Endor SKU Permalinks - Frontend Styles
 *
 * @package Endor_SKU_Permalinks
 */

/* Quantity Limit Notice */
.endor-quantity-notice {
    background-color: #f3faff;
    border: 1px solid #87eaff;
    border-left: 4px solid #87eaff;
    color: #1f2930;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.endor-quantity-notice-icon {
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}

/* Quote link styling */
.endor-quote-link {
    color: #1f2930;
    text-decoration: underline;
}

.endor-quote-link:hover,
.endor-quote-link:focus {
    color: #1f2930;
    text-decoration: none;
}
