/*
 * DAM Directory CV Add-on
 * الزر يظهر فقط عندما يكون للباحث ملف سيرة ذاتية.
 */
.dam-dir .dam-btn-cv-addon {
    background: #eee7de !important;
    color: #1e1e1c !important;
    border-color: #eee7de !important;
    font-family: "Cairo", Tahoma, Arial, sans-serif !important;
}

.dam-dir .dam-btn-cv-addon:hover,
.dam-dir .dam-btn-cv-addon:focus {
    background: #e5dbcf !important;
    color: #1e1e1c !important;
    box-shadow: none !important;
}

.dam-dir .dam-btn-cv-addon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

@media (max-width: 650px) {
    .dam-dir .dam-btn-cv-addon {
        min-width: 0;
    }
}
