.garage-sale-schedule {
}

.garage-sale-schedule[data-color-scheme="dark"] {
    color: #ffffff;
}

.garage-sale-event {
    display: flex;
    flex-direction: column;
}

.garage-sale-event > p {
    margin: 0;
}

.garage-sale-date-text {
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 0px;
}

.garage-sale-time {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0px;
}

.garage-sale-time-icon {
    width: 2rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.garage-sale-description {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0px;
}

.garage-sale-description-bullet {
    flex: 0 0 0.7rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    margin-top: 0.45rem;
    background: #ff3b30;
    box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.2);
}

.garage-sale-schedule[data-color-scheme="dark"] .garage-sale-description-bullet {
}

.garage-sale-description-text {
    display: block;
    flex: 1 1 auto;
}

.garage-sale-description-text > :last-child {
    margin-bottom: 0;
}

.garage-sale-note p {
    margin: 0 0 0.75em;
}

.garage-sale-note p:last-child {
    margin-bottom: 0;
}

.garage-sale-schedule--empty {
    text-align: center;
    font-weight: 600;
    padding: 1.5rem;
}

@media (max-width: 640px) {
    .garage-sale-schedule {
        padding: 1.5rem;
    }

    .garage-sale-date-text {
        font-size: 1.1rem;
    }

    .garage-sale-time-icon {
        width: 2rem;
        height: 2rem;
        font-size: 0.95rem;
    }
}
