/* DarFindr account calendar styles: responsive rules. */

#df-host-calendar .df-host-calendar-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    order: 2;
    padding: 0;
    border: 0;
    background: transparent;
}

#df-host-calendar .df-host-calendar-toolbar-actions {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
}

#df-host-calendar .df-calendar-month-picker {
    position: relative;
    z-index: 12;
}

#df-host-calendar .df-calendar-toolbar-date {
    display: inline-flex;
    justify-content: flex-end;
    margin-left: auto;
}

#df-host-calendar .df-calendar-month-trigger {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #1f160f;
    cursor: pointer;
    font-family: inherit;
    font-weight: 780;
}

#df-host-calendar .df-calendar-month-trigger span {
    font-size: 14px;
    line-height: 1;
}

#df-host-calendar .df-calendar-month-trigger small {
    color: rgba(45, 28, 15, .56);
    font-size: 11px;
    font-weight: 760;
    line-height: 1;
}

#df-host-calendar .df-calendar-month-trigger:hover span,
#df-host-calendar .df-calendar-month-picker.is-open .df-calendar-month-trigger span {
    color: #bd693c;
}

#df-host-calendar .df-calendar-month-popover {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: 260px;
    padding: 12px;
    border: 1px solid rgba(45, 28, 15, .10);
    border-radius: 8px;
    background: rgba(255, 252, 248, .98);
    box-shadow: 0 20px 52px rgba(45, 28, 15, .16);
    transform: translateX(-50%);
}

#df-host-calendar .df-calendar-month-popover[hidden] {
    display: none;
}

#df-host-calendar .df-calendar-month-popover-head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

#df-host-calendar .df-calendar-month-popover-head button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(45, 28, 15, .10);
    border-radius: 8px;
    background: rgba(255, 255, 255, .68);
    color: #1f160f;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

#df-host-calendar .df-calendar-month-popover-head button:hover {
    border-color: rgba(189, 105, 60, .32);
    color: #bd693c;
}

#df-host-calendar .df-calendar-month-popover-head strong {
    color: #1f160f;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

#df-host-calendar .df-calendar-month-popover-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

#df-host-calendar .df-calendar-month-popover-grid a {
    display: grid;
    min-height: 48px;
    place-items: center;
    gap: 4px;
    padding: 7px 8px 6px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .55);
    color: #1f160f;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

#df-host-calendar .df-calendar-month-popover-grid a:hover,
#df-host-calendar .df-calendar-month-popover-grid a.is-selected {
    border-color: rgba(189, 105, 60, .30);
    background: rgba(255, 247, 239, .95);
    color: #bd693c;
}

#df-host-calendar .df-calendar-month-popover-grid i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: transparent;
}

#df-host-calendar .df-calendar-month-popover-grid a.has-items i {
    background: #bd693c;
}

#df-host-calendar .df-host-calendar-filter-menu {
    position: relative;
    z-index: 9;
    order: 1;
    width: 100%;
    justify-self: stretch;
}

#df-host-calendar .df-host-calendar-filter-menu > summary {
    display: none;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(45, 28, 15, .11);
    border-radius: 8px;
    background: rgba(255, 255, 255, .76);
    color: #1f160f;
    cursor: pointer;
    font-size: 12px;
    font-weight: 850;
    list-style: none;
    box-shadow: 0 10px 24px rgba(45, 28, 15, .035);
}

#df-host-calendar .df-host-calendar-filter-menu > summary::-webkit-details-marker {
    display: none;
}

#df-host-calendar .df-host-calendar-filter-menu[open] > summary,
#df-host-calendar .df-host-calendar-filter-menu > summary:hover {
    border-color: rgba(189, 105, 60, .28);
    color: #bd693c;
}

#df-host-calendar .df-host-calendar-filter {
    position: static;
    display: grid;
    grid-template-columns: minmax(190px, 1.4fr) repeat(3, minmax(142px, 1fr));
    width: 100%;
    gap: 8px;
    align-items: end;
    padding: 8px;
    border: 1px solid rgba(45, 28, 15, .09);
    border-radius: 8px;
    background: rgba(255, 252, 248, .62);
    box-shadow: 0 10px 24px rgba(45, 28, 15, .035);
}

#df-host-calendar .df-host-calendar-filter label {
    display: grid;
    width: auto;
    min-width: 0;
    gap: 5px;
    color: rgba(45, 28, 15, .62);
    font-size: 11px;
    font-weight: 850;
}

#df-host-calendar .df-host-calendar-filter label:first-of-type {
    min-width: 0;
}

#df-host-calendar .df-host-calendar-filter > .df-host-calendar-ghost {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 12px;
    text-decoration: none;
}

#df-host-calendar .df-host-calendar-filter select:not([data-calendar-filter-select]) {
    min-height: 34px;
    width: 100%;
    padding: 0 30px 0 10px;
    border-color: rgba(45, 28, 15, .11);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .72);
    color: #1f160f;
    font-size: 12px;
    font-weight: 760;
    box-shadow: 0 12px 30px rgba(45, 28, 15, .035);
}

#df-host-calendar .df-host-calendar-filter select[data-calendar-filter-select] {
    display: none;
}

#df-host-calendar .df-host-calendar-toolbar-actions > a,
#df-host-calendar .df-host-block-toggle {
    min-height: 32px;
    border-color: rgba(45, 28, 15, .11);
    border-radius: 7px;
    background: rgba(255, 255, 255, .62);
    color: #1f160f;
    font-size: 12px;
    font-weight: 760;
    box-shadow: none;
}

#df-host-calendar .df-host-block-toggle {
    border-color: transparent;
    background: #bd693c;
    color: #fff;
}

#df-host-calendar .df-host-calendar-toolbar-actions > a:first-child,
#df-host-calendar .df-host-calendar-toolbar-actions > a:nth-of-type(3) {
    width: 32px;
    padding: 0;
    font-size: 18px;
}

#df-host-calendar .df-host-calendar-toolbar-actions > a:nth-of-type(2) {
    width: auto;
    min-width: 68px;
    padding: 0 11px;
}

#df-host-calendar .df-host-calendar-info {
    position: relative;
    z-index: 8;
    align-self: center;
}

#df-host-calendar .df-host-calendar-info summary {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(45, 28, 15, .11);
    border-radius: 50%;
    background: rgba(255, 255, 255, .76);
    color: #bd693c;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    list-style: none;
}

#df-host-calendar .df-host-calendar-info summary::-webkit-details-marker {
    display: none;
}

#df-host-calendar .df-host-calendar-info[open] summary,
#df-host-calendar .df-host-calendar-info summary:hover {
    border-color: rgba(189, 105, 60, .28);
    background: rgba(255, 247, 239, .92);
}

#df-host-calendar .df-host-calendar-info .df-host-calendar-legend {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 210px;
    padding: 12px;
    border: 1px solid rgba(45, 28, 15, .09);
    border-radius: 8px;
    background: rgba(255, 252, 248, .98);
    box-shadow: 0 18px 42px rgba(45, 28, 15, .14);
}

#df-host-calendar .df-host-calendar-months {
    order: 3;
    overflow: hidden;
    border: 1px solid rgba(45, 28, 15, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .5);
}

#df-host-calendar .df-host-calendar-head {
    display: none;
}

#df-host-calendar .df-host-calendar-weekdays {
    background: rgba(255, 252, 248, .78);
}

#df-host-calendar .df-host-calendar-weekdays span {
    padding: 16px 14px;
    color: #1f160f;
    font-size: 13px;
    font-weight: 760;
    text-align: center;
    text-transform: none;
}

#df-host-calendar .df-host-calendar-week {
    min-height: calc(94px + (var(--calendar-lanes) * 34px));
}

#df-host-calendar .df-host-calendar-day {
    padding: 15px 14px;
    border-color: rgba(45, 28, 15, .075);
    background: rgba(255, 255, 255, .18);
}

#df-host-calendar .df-host-calendar-day > strong {
    top: 15px;
    left: 14px;
    color: #1f160f;
    font-size: 14px;
    font-weight: 780;
}

#df-host-calendar .df-host-calendar-day.is-muted > strong {
    color: rgba(45, 28, 15, .38);
}

#df-host-calendar .df-host-calendar-day.is-today > strong {
    width: auto;
    height: auto;
    background: transparent;
    color: #1f160f;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: #bd693c;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

#df-host-calendar .df-calendar-bars {
    inset: 30px 0 0;
}

#df-host-calendar .df-calendar-event {
    min-height: 26px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0 9px;
    border-radius: 5px;
    background: rgba(246, 226, 194, .78);
    color: #1f160f;
    font-size: 11px;
    font-weight: 760;
}

#df-host-calendar .df-calendar-event small {
    position: static;
    margin-left: auto;
    font-size: 10px;
    font-weight: 760;
}

#df-host-calendar .df-calendar-event.is-confirmed {
    background: rgba(220, 238, 227, .82);
    color: #1f160f;
}

#df-host-calendar .df-calendar-event.is-pending {
    background: rgba(247, 231, 200, .82);
}

#df-host-calendar .df-calendar-event.is-blocked {
    background: rgba(238, 234, 230, .82);
}

#df-host-calendar .df-host-calendar-ghost {
    display: grid;
    min-height: 62px;
    justify-content: stretch;
    padding: 12px 44px 12px 16px;
    border: 1px solid rgba(45, 28, 15, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .62);
    color: #1f160f;
    cursor: pointer;
    font-size: 14px;
    font-weight: 850;
    text-align: left;
}

#df-host-calendar .df-host-calendar-ghost span {
    color: rgba(45, 28, 15, .62);
    font-size: 12px;
    font-weight: 650;
}
