.vv-calendar {
    position: relative;
    display: inline-block;
    min-width: 200px;
}

.vv-calendar-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111827 !important;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    padding: 10px 10px 10px 12px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.2;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

.vv-calendar-toggle:hover {
    border-color: #c4cbd6;
    text-decoration: none !important;
    color: #111827 !important;
}

.vv-calendar-toggle:active {
    position: relative;
    top: 1px;
}

.vv-calendar-trigger-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vv-calendar-trigger-icon svg {
    width: 14px;
    height: 14px;
    fill: #475467;
}

.vv-calendar-chevron {
    width: 16px;
    height: 16px;
    color: #667085;
}

.vv-calendar-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 8px;
    min-width: 200px;
    background: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.15);
    z-index: 99999;
    padding: 0;
    overflow: hidden;
}

.vv-calendar-menu.vv-calendar-open {
    display: block;
}

.vv-calendar-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #344054 !important;
    text-decoration: none !important;
    background: #ffffff;
    white-space: nowrap;
    line-height: 1.2;
    border-bottom: 1px solid #f2f4f7;
}

.vv-calendar-option:last-child {
    border-bottom: 0;
}

.vv-calendar-option:hover,
.vv-calendar-option:focus {
    background: #f9fafb;
    color: #344054 !important;
    text-decoration: none !important;
}

.vv-calendar-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vv-calendar-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.vv-calendar-icon--google {
    color: #2d9e4a;
}

.vv-calendar-icon--outlook {
    color: #f59e0b;
}

.vv-calendar-icon--outlook-web {
    color: #0078d4;
}

.vv-calendar-icon--apple {
    color: #111827;
}

.vv-calendar-icon--yahoo {
    color: #6001d2;
}
