#bam-favorites-panel {
    margin-top: 20px;
    display: none;
}

#bam-favorites-panel.bam-favorites-panel--active {
    display: block;
}

.bam-hidden-native-section {
    display: none !important;
}

.bam-tab {
    border: none !important;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -2px !important;
    background: transparent !important;
    color: #555 !important;
    cursor: pointer !important;
    font-family: Georgia, serif !important;
    font-weight: normal !important;
}

.bam-tab--active {
    border-bottom-color: #E91E63 !important;
    color: #E91E63 !important;
    font-weight: bold !important;
}

.bam-favorites-intro {
    display: block;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #f7f4ee;
    border: 1px solid #e7dccb;
    color: #5d5145;
    font-family: Georgia, serif;
    font-size: 13px;
    line-height: 1.5;
}

.bam-favorites-toolbar {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.bam-favorites-search-wrap {
    flex: 1 1 220px;
}

.bam-favorites-search {
    width: 100%;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #ddd7ca;
    background: #fff;
    color: #333;
    font-family: Georgia, serif;
    font-size: 13px;
    box-sizing: border-box;
}

.bam-favorites-results {
    font-size: 12px;
    color: #777;
    font-family: Georgia, serif;
    white-space: nowrap;
}

.bam-favorites-grid {
    align-items: start;
}

.bam-favorites-grid--desktop {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 18px;
}

.bam-favorites-grid--mobile {
    display: block;
    grid-template-columns: none;
    gap: 14px;
}

.bam-favorites-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    overflow-x: visible;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bam-favorites-detail {
    order: initial;
}

.bam-favorites-detail--desktop {
    display: block;
    padding: 18px;
    min-height: 280px;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: auto;
    overflow: visible;
}

.bam-favorites-detail--mobile {
    display: none;
    padding: 0;
    min-height: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    height: 0;
    overflow: hidden;
}

.bam-song-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 14px;
    margin-bottom: 14px;
}

.bam-song-actions--mobile {
    flex-direction: column;
}

.bam-song-action {
    padding: 10px 16px;
    border-radius: 6px;
    font-family: Georgia, serif;
    font-weight: bold;
    cursor: pointer;
}

.bam-song-actions--mobile .bam-song-action {
    width: 100%;
}

.bam-song-action--open {
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #333;
}

.bam-song-action--pdf {
    border: none;
    background: #4a7a8c;
    color: #fff;
}

.bam-song-lyrics-label {
    font-size: 13px;
    color: #666;
    font-family: Georgia, serif;
    margin-bottom: 10px;
}

.bam-song-lyrics {
    margin: 0;
    padding: 14px;
    border-radius: 8px;
    background: #faf7f0;
    border: 1px solid #eadfcd;
    color: #333;
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
}

.bam-empty-message {
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    color: #666;
    font-family: Georgia, serif;
    font-size: 13px;
    line-height: 1.5;
}

.bam-song-card {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.bam-song-card--selected {
    border-color: #E91E63;
    background: #fff5fa;
    box-shadow: 0 6px 18px rgba(233, 30, 99, 0.08);
}

.bam-favorites-panel--mobile .bam-song-card--selected {
    grid-column: 1 / -1;
}

.bam-song-card-title {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    font-family: Georgia, serif;
    margin-bottom: 4px;
}

.bam-song-card-preview {
    font-size: 12px;
    color: #777;
    font-family: Georgia, serif;
    line-height: 1.4;
}

.bam-song-mobile-note,
.bam-song-detail-note {
    font-size: 12px;
    color: #777;
    font-family: Georgia, serif;
    line-height: 1.55;
}

.bam-song-mobile-note {
    margin-top: 12px;
}

.bam-song-detail-note {
    margin-bottom: 12px;
}

.bam-song-detail-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    color: #222;
    font-family: Georgia, serif;
}

.bam-song-detail-empty {
    color: #666;
    font-family: Georgia, serif;
}
