/*
 * Private chef page style for barone template.
 * Overrides for chef cards section.
 */

/* Force dark button style for CV buttons */
.chef-cv-btn {
    display: inline-flex !important;
    align-items: center;
    gap: .5em;
    font-size: .75em !important;
    padding: .6em 1.6em !important;
    text-decoration: none !important;
    border: 2px solid #1c1c1e !important;
    color: #1c1c1e !important;
    background-color: transparent !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    transition: background-color .2s ease, color .2s ease;
    cursor: pointer;
}

.chef-cv-btn:hover {
    background-color: #1c1c1e !important;
    color: #FFFFFF !important;
}

.chef-cv-btn i {
    font-size: .9em;
}
