.client-small-note {
    color: #aaa;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
}

.loading-box,
.empty-box,
.info-box {
    background: #222;
    border-radius: 8px;
    padding: 16px;
    margin: 12px 0;
}

.info-box p {
    margin: 8px 0;
}

.client-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0 20px;
}

.client-btn,
button.logout-btn {
    background-color: #00cbb9;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 8px 14px;
    text-decoration: none;
}

.client-btn:hover,
button.logout-btn:hover {
    background-color: #008e8e;
}

.client-btn.secondary {
    background: #333;
}

.client-btn.secondary:hover {
    background: #444;
}

.content-item button,
.content-item .client-card-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #00cbb9;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.content-item button:hover,
.content-item .client-card-link:hover {
    background-color: #008e8e;
}

#episodes button {
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 0;
    text-align: left;
}

#episodes button:hover {
    color: #00cbb9;
}

#login-error[hidden] {
    display: none;
}

@media (max-width: 768px) {
    .header {
        position: fixed;
    }

    .sidebar-toggle {
        position: absolute;
        right: 16px;
        top: 16px;
    }
}
