.ur-expandable {
    width: 100%;
}

.ur-expandable-title {
    margin-top: 0;
    margin-bottom: .65em;
}

.ur-expandable-content {
    position: relative;
    transition: max-height .32s ease;
}

.ur-expandable-content.is-collapsed {
    overflow: hidden;
}

.ur-expandable-toggle-wrap {
    width: 100%;
    text-align: left;
}

.ur-expandable-toggle,
.ur-expandable-toggle:hover,
.ur-expandable-toggle:focus,
.ur-expandable-toggle:active {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-block;
    width: auto;
    min-height: 0;
    cursor: pointer;
    font: inherit;
    line-height: 1.4;
    box-shadow: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.ur-expandable-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 10px 0 0;
    color: inherit;
    text-decoration: none;
}

.ur-expandable-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
