/**
 * BP Tanzpartner Widget – Frontend Styles
 *
 * Override any of these in your theme's style.css or Customizer.
 * All classes are prefixed with .bptw- to avoid conflicts.
 */

/* ------------------------------------------------------------------ */
/*  User list wrapper                                                  */
/* ------------------------------------------------------------------ */
.bptw-tanzpartner-list {
    margin: 1em 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.8;
    font-size: inherit;
}

@media (max-width: 767px) {
    .bptw-tanzpartner-list {
        font-size: 15px;
    }
}

/* ------------------------------------------------------------------ */
/*  Individual user link                                               */
/* ------------------------------------------------------------------ */
.bptw-user-link {
    display: inline-block;
    /* color: inherit; */
    text-decoration: underline !important;
    transition: color 0.2s ease;
    font-weight: bold;
}

.bptw-user-link:hover,
.bptw-user-link:focus {
    /* color: #0073aa; */
    text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/*  Empty state (no users found)                                       */
/* ------------------------------------------------------------------ */
.bptw-tanzpartner-empty {
    margin: 1em 0;
    padding: 1em;
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
    border-radius: 2px;
}

.bptw-tanzpartner-empty p {
    margin: 0.5em 0;
}

/* ------------------------------------------------------------------ */
/*  Registration CTA link (wraps the fallback message text)            */
/* ------------------------------------------------------------------ */
.bptw-register-link {
    color: #0073aa;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.bptw-register-link:hover,
.bptw-register-link:focus {
    color: #005a87;
    text-decoration: underline;
}
