.cv-notice {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 22px;
    font-size: 14px;
}
.cv-notice-success { background: #ecfdf3; color: #027a48; border: 1px solid #abefc6; }
.cv-notice-error { background: #fef3f2; color: #b42318; border: 1px solid #fecdca; }

.cv-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.cv-btn-download {
    background: #101828;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}
.cv-btn-download:hover { background: #1f2937; }
.cv-btn-download.is-loading { opacity: .7; cursor: wait; }

.cv-share-link { font-size: 13px; color: #667085; display: flex; align-items: center; gap: 6px; }
.cv-share-link input {
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 12px;
    width: 220px;
    color: #475467;
}
