.zcal-rdv {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.zcal-rdv *,
.zcal-rdv *::before,
.zcal-rdv *::after {
    box-sizing: inherit;
}

.zcal-rdv__card {
    margin: 0 0 2rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid currentColor;
    border-color: color-mix(in srgb, currentColor 18%, transparent);
    border-radius: 0.75rem;
    background: inherit;
    color: inherit;
}

.zcal-rdv__title {
    margin-top: 0;
}

.zcal-rdv__description {
    max-width: 70ch;
}

.zcal-rdv__actions {
    margin: 1.25rem 0 0;
}

.zcal-rdv__button {
    display: inline-block;
    padding: 0.75em 1.15em;
    border: 1px solid currentColor;
    border-radius: 0.4em;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.zcal-rdv__button:hover,
.zcal-rdv__button:focus-visible {
    text-decoration: underline;
}

.zcal-rdv__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.zcal-rdv__calendar {
    width: 100%;
    max-width: 100%;
    scroll-margin-top: 2rem;
    overflow: hidden;
}

.zcal-rdv__confirmation {
    margin: 0 0 1.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid currentColor;
    border-radius: 0.5rem;
    font: inherit;
}

@media (max-width: 600px) {
    .zcal-rdv__button {
        width: 100%;
        text-align: center;
    }
}
