#behandlerindeks-frame,
#spbh-clinic {
    height: calc(100vh - 83.6px);
}
#behandlerindeks-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.spbh-tag {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8em;
    background: #f0f0f0;
    color: #444;
    margin: 2px 3px 2px 0;
    text-decoration: none;
    border: 1px solid #ddd;
}

a.spbh-tag:hover {
    background: #e0e0e0;
    color: #222;
}

.spbh-tags {
    margin-top: 6px;
}

.behandler-kort.spbh-hidden {
    display: none !important;
}

.spbh-vis-flere {
    display: block;
    margin: 24px auto 0;
    padding: 10px 28px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

.spbh-vis-flere:hover {
    background: #f5f5f5;
}

.spbh-vis-flere.spbh-hidden {
    display: none;
}

.spbh-city-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.5rem;
    padding: .75rem 1rem;
    background: #f8f8f8;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.spbh-city-filter__label {
    font-size: .875rem;
    color: #666;
    white-space: nowrap;
}

.spbh-city-chip {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .3rem .75rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: .875rem;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: background .15s, border-color .15s;
}

.spbh-city-chip:hover {
    background: #f0f0f0;
    border-color: #bbb;
}

.spbh-city-chip__count {
    color: #999;
    font-size: .8em;
}
