.product-color-palette {
    margin-top: 12px;
    margin-bottom: 8px;
}

.product-color-palette-link {
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.product-color-palette-link a {
    color: #0d6efd !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
    font-weight: 700;
}

.product-color-palette-link a:hover {
    color: #0a58ca !important;
    text-decoration: underline !important;
}

.product-color-code-input {
    width: 100%;
    min-height: 88px;
    resize: vertical;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 0.9rem;
    line-height: 1.45;
}
