.song-admin-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center;
}
.song-admin-delete-button{
    background:#dc2626;
    color:#fff;
    border:none;
    border-radius:10px;
    padding:12px 18px;
    font-weight:700;
    cursor:pointer;
}
.song-admin-delete-button:hover{
    background:#b91c1c;
}
.song-admin-delete-form{
    margin:0;
}
    .song-chord-card{
    background:#fff;
    border:1px solid #ddd;
    padding:20px;
    border-radius:12px;
    margin-bottom:20px;
}
.song-chord-toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    margin-bottom:16px;
}
.song-chord-btn,
.song-chord-number{
    height:38px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    background:#fff;
    padding:0 14px;
    font-size:14px;
    box-sizing:border-box;
}
.song-chord-btn{
    cursor:pointer;
    font-weight:700;
}
.song-chord-number{
    width:90px;
    text-align:center;
}
.song-chord-range{
    width:180px;
}
.song-chord-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    margin-bottom:14px;
    color:#555;
    font-size:14px;
}
.song-chord-render{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:20px 18px;
    overflow-x:auto;
}
.song-chord-render p{
    margin:0 0 14px;
}
.song-chord-empty{
    padding:16px;
    border-radius:12px;
    background:#fafafa;
    border:1px dashed #ddd;
    color:#666;
    font-size:14px;
    line-height:1.7;
}
.song-chord-help{
    margin-top:14px;
    color:#666;
    font-size:13px;
    line-height:1.7;
}
.glow{
    text-shadow:0 0 8px red;
    color:red !important;
    font-size:large;
}
.name{
    color:#2C52A3;
    font-weight:bold;
    cursor:pointer;
}
.chord{
    display:inline-block;
    position:relative;
    user-select:none;
    font-size:80%;
}
.chord .inner{
    min-width:30px;
    position:absolute;
    display:block;
    left:0;
    bottom:1em;
}
.chord i{
    min-width:30px;
    white-space:nowrap;
    font-style:normal;
    display:inline-block;
}
:root{
    --chord-font-size:15pt;
}
#songChordPreview{
    font-size:15pt;
    line-height:1.8;
}
@media (max-width:900px){
    .song-chord-card{
        padding:16px;
    }
    .song-chord-render{
        padding:14px 12px;
    }
    .song-chord-range{
        width:100%;
    }
}

.song-h-scroll{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding-bottom:6px;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
}
.song-h-scroll::-webkit-scrollbar{
    height:8px;
}
.song-h-scroll::-webkit-scrollbar-thumb{
    background:#d7d7d7;
    border-radius:999px;
}
.song-card-link{
    text-decoration:none;
    color:#111;
    min-width:150px;
    max-width:150px;
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    display:block;
    flex:0 0 auto;
}
.song-card-thumb{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
}
.song-card-body{
    padding:10px;
}
.song-card-title{
    display:block;
    font-size:14px;
    line-height:1.45;
    max-height:40px;
    overflow:hidden;
}
.song-card-sub{
    display:block;
    font-size:12px;
    color:#777;
    margin-top:4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.song-note-box{
    background:#fafafa;
    border:1px solid #ececec;
    padding:14px 16px;
    border-radius:10px;
    color:#555;
    font-size:13px;
    line-height:1.7;
    margin-top:16px;
}
.song-top-layout{
    display:flex;
    gap:20px;
    align-items:stretch;
    margin-bottom:20px;
}
.song-top-main{
    flex:1 1 auto;
    min-width:0;
    background:#fff;
    border:1px solid #ddd;
    padding:20px;
    border-radius:12px;
}

.song-top-ad{
    width:360px;
    flex:0 0 360px;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.song-top-ad-box{
    width:100%;
    background:#fff;
    /* border:1px solid #ddd; */
    /* border-radius:12px; */
    text-align:center;
    display:flex;
    padding-top:20px;
    overflow:hidden;
    justify-content:center;
}

.song-top-ad-box .adsbygoogle{
    width:100% !important;
    max-width:268px;
    min-height:250px;
    max-height:250px;
}

/* 추가 */
.song-top-preview-box{
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    /* border-radius:12px; */
    overflow:hidden;
    padding:5px;
}

.song-top-preview-title{
    font-size:15px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
    text-align:left;
}

.song-top-preview-link{
    display:block;
    text-decoration:none;
}

.song-top-preview-image{
    display:block;
    width:100%;
    height:auto;
    max-height:465px;
    object-fit:cover;
    object-position:top;
    border:1px solid #eee;
    border-radius:10px;
    background:#fafafa;
}

.song-info-layout{
    display:flex;
    gap:20px;
    align-items:flex-start;
}
.song-cover-wrap{
    flex:0 0 240px;
    display:flex;
    justify-content:flex-start;
}
.song-cover{
    max-width:240px;
    width:100%;
    border-radius:12px;
    object-fit:cover;
    display:block;
}
.song-info-content{
    flex:1 1 auto;
    min-width:0;
}
.song-breadcrumb{
    font-size:13px;
    color:#777;
    margin-bottom:14px;
}
.song-breadcrumb a{
    color:#666;
    text-decoration:none;
}
.song-main-title{
    margin:0 0 14px;
    font-size:30px;
    line-height:1.35;
    word-break:keep-all;
}
.song-summary{
    margin:0 0 16px;
    color:#555;
    font-size:15px;
    line-height:1.8;
}
.song-meta-badges{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 16px;
}
.song-meta-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 12px;
    border-radius:999px;
    background:#f4f6f8;
    border:1px solid #e1e5ea;
    color:#333;
    font-size:13px;
    line-height:1;
}
.song-lyrics-card,
.song-list-card,
.song-feature-card,
.song-admin-card{
    background:#fff;
    border:1px solid #ddd;
    padding:20px;
    border-radius:12px;
    margin-bottom:20px;
}
.song-lyrics-text{
    white-space:pre-line;
    line-height:1;
    font-size:16px;
}
.song-feature-title{
    margin:0 0 14px;
    font-size:22px;
}
.song-feature-subtitle{
    font-size:14px;
    color:#666;
    margin:0 0 16px;
    line-height:1.7;
}
.song-badge-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.song-hash-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 14px;
    border-radius:999px;
    background:#f4f6f8;
    border:1px solid #e1e5ea;
    color:#333;
    font-size:14px;
    line-height:1;
}
.song-link-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
}
.song-link-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:58px;
    padding:14px 16px;
    border-radius:12px;
    border:1px solid #e6e6e6;
    background:#fafafa;
    text-decoration:none;
    color:#111;
    transition:all 0.15s ease;
}
.song-link-box:hover{
    background:#f2f6ff;
    border-color:#cfdcff;
}
.song-link-label{
    font-size:15px;
    font-weight:700;
}
.song-link-state{
    font-size:13px;
    color:#666;
    white-space:nowrap;
}
.song-section-title{
    margin-top:0;
    margin-bottom:14px;
    font-size:22px;
}
.song-section-desc{
    margin:0 0 14px;
    color:#666;
    font-size:14px;
    line-height:1.75;
}
.song-empty-box{
    padding:16px;
    border-radius:12px;
    background:#fafafa;
    border:1px dashed #ddd;
    color:#666;
    font-size:14px;
    line-height:1.7;
}
.song-rec-caption{
    margin-top:6px;
    color:#888;
    font-size:12px;
}
.song-admin-title{
    margin:0 0 16px;
    font-size:20px;
}
.song-admin-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
}
.song-admin-field{
    display:flex;
    flex-direction:column;
    gap:6px;
}
.song-admin-field-full{
    grid-column:1 / -1;
}
.song-admin-label{
    font-size:14px;
    font-weight:700;
    color:#333;
}
.song-admin-input,
.song-admin-textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid #d9d9d9;
    border-radius:10px;
    padding:12px 14px;
    font-size:14px;
    background:#fff;
}
.song-admin-input:focus,
.song-admin-textarea:focus{
    outline:none;
    border-color:#8ab4ff;
    box-shadow:0 0 0 3px rgba(66,133,244,0.12);
}
.song-admin-textarea{
    min-height:220px;
    resize:vertical;
    line-height:1.6;
}
.song-admin-actions{
    margin-top:16px;
    display:flex;
    gap:10px;
    align-items:center;
}
.song-admin-button{
    display:inline-block;
    border:none;
    border-radius:10px;
    background:#111;
    color:#fff;
    padding:12px 18px;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
}
.song-admin-button:hover{
    opacity:0.92;
}
.song-admin-msg{
    margin-bottom:14px;
    padding:12px 14px;
    border-radius:10px;
    font-size:14px;
    line-height:1.5;
}
.song-admin-msg-success{
    background:#eefaf0;
    border:1px solid #cfe9d5;
    color:#23613a;
}
.song-admin-msg-error{
    background:#fff3f3;
    border:1px solid #efcaca;
    color:#a33a3a;
}
.song-seo-block{
    margin-top:14px;
    padding:16px;
    border-radius:12px;
    background:#fafafa;
    border:1px solid #ececec;
    color:#555;
    line-height:1.8;
    font-size:15px;
}
.song-seo-block p{
    margin:0 0 10px;
}
.song-seo-block p:last-child{
    margin-bottom:0;
}

@media (max-width: 900px){
    .song-top-layout{
        flex-direction:column;
    }

    .song-top-ad{
        width:100%;
        flex:0 0 auto;
        order:1;
    }

    .song-top-main{
        width:100%;
        order:2;
        padding:16px;
    }

    .song-info-layout{
        flex-direction:column;
    }

    .song-cover-wrap{
        width:100%;
        flex:0 0 auto;
        justify-content:center;
        order:2;
    }

    .song-info-content{
        width:100%;
        order:3;
    }

    .song-top-ad-box .adsbygoogle{
        max-width:100%;
        min-height:120px;
        max-height:none;
    }

    .song-main-title{
        font-size:24px;
    }

    .song-lyrics-card,
    .song-list-card,
    .song-feature-card,
    .song-admin-card{
        padding:16px;
    }

    .song-link-grid,
    .song-admin-grid{
        grid-template-columns:1fr;
    }
}
.song-collapsible-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:0;
    border:none;
    background:none;
    cursor:pointer;
    text-align:left;
}
.song-collapsible-toggle .song-section-title{
    margin-bottom:0;
}
.song-collapsible-icon{
    flex:0 0 auto;
    width:28px;
    height:28px;
    border-radius:999px;
    background:#f3f4f6;
    border:1px solid #e5e7eb;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    color:#555;
}
.song-collapsible-body{
    margin-top:14px;
}
.song-collapsible-body.is-hidden{
    display:none;
}



/* 코드악보 css */
#preview{
    font-size:var(--chord-font-size);
    line-height:1.8;
    white-space:normal;
    word-break:keep-all;
    overflow-wrap:break-word;
    min-width:0;
}

#preview p{
    margin:0 0 14px;
}

/* 코드 + 박자 + 가사를 한 묶음으로 세로 배치 */

/* 코드악보 css */
#preview{
    font-size:var(--chord-font-size);
    line-height:4;
    white-space:normal;
    word-break:keep-all;
    overflow-wrap:break-word;
    min-width:0;
}

#preview p{
    margin:0 0 16px;
    line-height:4;
}

/* 한 묶음 = 박자 + 코드 + 가사 */
.chord{
    display:inline-flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    vertical-align:bottom;
    position:relative;
    white-space:nowrap;
    margin-right:0.08em;
    margin-bottom:0.15em;
    font-size:1em;
}

/* 위쪽 영역 */
.chord .inner{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    position:static;
    min-width:auto;
    margin:0 -1em 2.3em 0;   /* 코드/박자와 가사 사이 간격 */
    line-height:1;
}

/* 코드 */
.chord .name{
    display:block;
    color:#2C52A3;
    font-weight:bold;
    cursor:pointer;
    font-size:0.95em;
    line-height:1.5;
    margin-top:0.18em;     /* 박자와 코드 사이 간격 */
}

/* 공통 i */
.chord i{
    min-width:auto;
    white-space:nowrap;
    font-style:normal;
    display:block;
    line-height:1;
}

/* 박자 */
.chord i.diagram{
    position:static;
    display:block;
    order:-1;
    font-size:0.8em;
    color:#999;
    line-height:1;
    margin-bottom:1.6em;
    background:transparent;
}

/* hover 규칙 무력화 */
.chord .inner:hover i.diagram,
.chord.diagram i.diagram,
.chord i.diagram.show{
    display:block;
}

.song-chord-app-toolbar{
    display:flex;
    flex-wrap:wrap;
    align-items:end;
    gap:14px;
    padding:16px 18px;
    background:linear-gradient(180deg, #fcfcfd 0%, #f5f7fb 100%);
    border:1px solid #e6eaf2;
    border-radius:16px;
    box-shadow:0 8px 24px rgba(15, 23, 42, 0.05);
    margin-bottom:30px;
}

.song-chord-toolbar-group{
    display:flex;
    flex-direction:column;
    gap:8px;
    min-width:max-content;
}

.song-chord-toolbar-group-range{
    flex:1 1 220px;
    min-width:220px;
}

.song-chord-toolbar-label{
    font-size:12px;
    font-weight:700;
    color:#6b7280;
    letter-spacing:0.02em;
    line-height:1;
}

.song-chord-btn-group{
    display:flex;
    align-items:center;
    gap:8px;
}

.song-chord-btn,
.song-chord-number{
    height:44px;
    border:1px solid #d7ddea;
    border-radius:12px;
    background:#fff;
    box-sizing:border-box;
    transition:all 0.18s ease;
    font-size:14px;
}

.song-chord-btn{
    padding:0 16px;
    font-weight:700;
    color:#24324a;
    cursor:pointer;
    box-shadow:0 1px 2px rgba(15, 23, 42, 0.04);
}

.song-chord-btn:hover{
    border-color:#9db8ff;
    background:#f8fbff;
    transform:translateY(-1px);
}

.song-chord-btn:active{
    transform:translateY(0);
}

.song-chord-btn-icon{
    min-width:44px;
    padding:0;
    font-size:18px;
}

.song-chord-btn-play{
    min-width:108px;
    background:#2c52a3;
    border-color:#2c52a3;
    color:#fff;
    box-shadow:0 8px 18px rgba(44, 82, 163, 0.22);
}

.song-chord-btn-play:hover{
    background:#24458a;
    border-color:#24458a;
    color:#fff;
}

.song-chord-input-wrap{
    position:relative;
}

.song-chord-number{
    width:90px;
    padding:0 14px;
    text-align:center;
    font-weight:700;
    color:#111827;
    outline:none;
    box-shadow:inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.song-chord-number:focus{
    border-color:#8eb0ff;
    box-shadow:0 0 0 4px rgba(66, 133, 244, 0.12);
}

.song-chord-range{
    width:100%;
    height:44px;
    margin:0;
    accent-color:#2c52a3;
    cursor:pointer;
}

.song-chord-range-value{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:22px;
    height:22px;
    margin-left:6px;
    padding:0 6px;
    border-radius:999px;
    background:#eaf1ff;
    color:#2c52a3;
    font-size:12px;
    font-weight:700;
    vertical-align:middle;
}

@media (max-width: 768px){
    .song-chord-app-toolbar{
        padding:14px;
        gap:12px;
        border-radius:14px;
    }

    .song-chord-toolbar-group{
        flex:1 1 calc(50% - 6px);
        min-width:0;
    }

    .song-chord-toolbar-group-range{
        flex:1 1 100%;
        min-width:100%;
    }

    .song-chord-btn,
    .song-chord-number{
        height:42px;
    }

    .song-chord-btn-play{
        width:100%;
    }

    .song-chord-number{
        width:100%;
    }
}

.musicTitle{
    margin: 0 auto;
    font-size: 23px;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    /* margin-bottom:30px; */
    padding:30px;
}
    .song-action-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px;
}

.song-action-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 16px;
    border:none;
    border-radius:10px;
    text-decoration:none;
    cursor:pointer;
    font-size:14px;
    font-weight:700;
    transition:all 0.18s ease;
    box-sizing:border-box;
}

.song-action-btn-dark{
    background:#111;
    color:#fff;
}

.song-action-btn-dark:hover{
    opacity:0.92;
}

.song-action-btn-primary{
    background:#2c52a3;
    color:#fff;
}

.song-action-btn-primary:hover{
    background:#24458a;
}

.song-action-btn-light{
    background:#f4f6f8;
    color:#222;
    border:1px solid #dbe1e8;
}

.song-action-btn-light:hover{
    background:#eef2f7;
}

.song-download-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* 기기 전체 높이 */
    z-index: 9999;

    display: none; /* 기본 숨김 */
    
    /* 가운데 정렬 핵심 */
    display: none;
    align-items: center;   /* 세로 가운데 */
    justify-content: center; /* 가로 가운데 */

    /* 배경 어둡게 */
    background: rgba(0,0,0,0.6);
}


.song-download-modal.is-open{
    display:flex;
}

.song-download-modal__backdrop{
    position:absolute;
    inset:0;
    background:rgba(15, 23, 42, 0.6);
}

.song-download-modal__dialog{
    position:relative;
    width:min(960px, calc(100% - 24px));
    max-height:calc(100vh - 24px);
    margin:12px auto;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 24px 60px rgba(0,0,0,0.25);
    display:flex;
    flex-direction:column;
}

.song-download-modal__close{
    position:absolute;
    right:14px;
    top:12px;
    width:40px;
    height:40px;
    border:none;
    border-radius:999px;
    background:#f4f6f8;
    color:#333;
    font-size:24px;
    cursor:pointer;
    z-index:2;
}

.song-download-modal__header{
    padding:22px 24px 14px;
    border-bottom:1px solid #eceff3;
}

.song-download-modal__title{
    margin:0 0 8px;
    font-size:22px;
}

.song-download-modal__desc{
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.6;
}

.song-download-modal__body{
    padding:10px 14px;
    overflow:auto;
}

.song-download-preview-wrap{
    background:#f7f8fb;
    /* border:1px solid #e7ebf0; */
    /* border-radius:16px; */
    /* padding:18px; */
}

.song-download-preview-sheet{
    background:#fff;
    /* border:1px solid #e5e7eb;
    border-radius:12px;
    padding:10px 10px; */
    box-shadow:0 6px 20px rgba(15, 23, 42, 0.05);
}

.song-download-preview-title{
    text-align:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}

.song-download-preview-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:right;
    margin-bottom:22px;
    color:#666;
    font-size:13px;
}

.song-download-preview-meta span{
    /* background:#f4f6f8;
    border:1px solid #e1e5ea; */
    border-radius:999px;
    padding:6px 10px;
}

.song-download-preview-content{
    min-height:120px;
}

.song-download-preview-content #preview,
.song-download-preview-content .musicTitle{
    all:unset;
}

.song-download-preview-content .musicTitle{
    display:block;
    margin:0 0 20px;
    text-align:center;
    font-size:24px;
    font-weight:700;
}

.song-download-preview-content #preview{
    display:block;
}

.song-download-ad-box{
    margin-top:20px;
    padding:16px;
    border:1px solid #eceff3;
    border-radius:14px;
    background:#fafbfc;
}

.song-download-modal__footer{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    padding:16px 24px 22px;
    border-top:1px solid #eceff3;
}

body.song-download-modal-open{
    overflow:hidden;
}

@media (max-width:768px){
    .song-download-modal__dialog{
        width:calc(100% - 12px);
        max-height:calc(100vh - 12px);
        margin:6px auto;
        border-radius:14px;
    }

    .song-download-modal__header,
    .song-download-modal__body,
    .song-download-modal__footer{
        padding-left:16px;
        padding-right:16px;
    }

    .song-download-preview-sheet{
        /* padding:20px 14px; */
    }

    .song-download-preview-title{
        font-size:20px;
    }

    .song-download-modal__footer{
        flex-direction:column;
    }

    .song-download-modal__footer .song-action-btn{
        width:100%;
    }
}

.pdf-desktop-capture-root{
    position:fixed;
    left:-99999px;
    top:0;
    width:1200px;          /* PC처럼 고정 */
    background:#ffffff;
    z-index:-1;
    opacity:0;
    pointer-events:none;
}

.pdf-desktop-sheet{
    width:1200px;
    background:#fff;
    box-sizing:border-box;
    padding:40px 48px;
}

.pdf-desktop-title{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:12px;
    color:#111;
}

.pdf-desktop-meta{
    display:flex;
    justify-content:right;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:24px;
    color:#666;
    font-size:13px;
}

.pdf-desktop-meta span{
    display:inline-block;
    padding:6px 10px;
    /* border:1px solid #e5e7eb;
    border-radius:999px;
    background:#f8fafc; */
}

.pdf-desktop-preview{
    width:100%;
    font-size:15pt;
    color:#111;
}

/* PDF 안에서는 PC용처럼 강제 */
.pdf-desktop-preview #preview,
.pdf-desktop-preview{
    line-height:4 !important;
    white-space:normal !important;
    word-break:keep-all !important;
    overflow-wrap:break-word !important;
    min-width:0 !important;
}

.pdf-desktop-preview #preview p,
.pdf-desktop-preview p{
    margin:0 0 16px !important;
    line-height:4 !important;
}

.pdf-desktop-preview .chord{
    display:inline-flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-end !important;
    vertical-align:bottom !important;
    position:relative !important;
    white-space:nowrap !important;
    margin-right:0.08em !important;
    margin-bottom:0.15em !important;
    font-size:1em !important;
}

.pdf-desktop-preview .chord .inner{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-end !important;
    position:static !important;
    min-width:auto !important;
    margin:0 -1em 2.3em 0 !important;
    line-height:1 !important;
}

.pdf-desktop-preview .chord .name{
    display:block !important;
    color:#2C52A3 !important;
    font-weight:bold !important;
    font-size:0.95em !important;
    line-height:1.5 !important;
    margin-top:0.18em !important;
}

.pdf-desktop-preview .chord i{
    min-width:auto !important;
    white-space:nowrap !important;
    font-style:normal !important;
    display:block !important;
    line-height:1 !important;
}

.pdf-desktop-preview .chord i.diagram{
    position:static !important;
    display:block !important;
    order:-1 !important;
    font-size:0.8em !important;
    color:#999 !important;
    line-height:1 !important;
    margin-bottom:1.6em !important;
    background:transparent !important;
}