.egw-gaestehinweis {
    border-style: solid;
    box-sizing: border-box;
    margin: 0 auto 1.5rem;
    line-height: 1.55;
}

.egw-gaestehinweis__title {
    margin: 0 0 0.65em;
    line-height: 1.2;
    font-weight: 700;
}

.egw-gaestehinweis__body p:first-child,
.egw-gaestehinweis__full p:first-child {
    margin-top: 0;
}

.egw-gaestehinweis__body p:last-child,
.egw-gaestehinweis__full p:last-child {
    margin-bottom: 0;
}

.egw-gaestehinweis__preview {
    margin-bottom: 0.75em;
}

.egw-gaestehinweis__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0.45em 1em;
    margin-top: 0.75em;
    background: var(--egw-button-background, rgba(0, 0, 0, 0.08));
    color: var(--egw-button-color, inherit);
    font-family: inherit;
    font-size: var(--egw-button-font-size, inherit);
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
}

.egw-gaestehinweis__toggle:hover,
.egw-gaestehinweis__toggle:focus {
    background: var(--egw-button-hover-background, rgba(0, 0, 0, 0.14));
    color: var(--egw-button-hover-color, var(--egw-button-color, inherit));
    font-size: var(--egw-button-font-size-hover, var(--egw-button-font-size, inherit));
    transform: translateY(-1px);
}

.egw-gaestehinweis__toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
