@media (max-width: 640px) {
    #modal {
        width: -webkit-fill-available !important;
        margin-left: 10%;
        height: 40%;
    }

    #modal-header,
    .tab-button {
        padding: 5px;
    }

    #modal-title,
    .tab-button,
    #modal-content h4 {
        font-size: 13px;
    }

    .search-result,
    .result-item,
    .kanji-content-item,
    #results li {
        padding: 5px;
        font-size: 12px;
    }

    .tab-content_td {
        max-height: 200px;
    }

    div#kanji-buttons-container {
        padding: 0 5px 5px;
    }

    button.kanji-button {
        padding: 2px 6px;
    }

    .kanji-result {
        padding: 5px;
        font-size: 13px;
    }

    div#bo_luc_net {
        padding: 0 0 0 10%;
    }

    div#write_hanzi {
        padding: 0;
    }

    .kanji_title {
        font-size: 13px;
    }

    #close-modal {
        padding: 2px 5px 0px;
        margin: -5px 3px;
        font-size: 10px;
    }


}

@media only screen and (max-width: 600px) {
    #container_tratu {
                width: 14%;
        height: 7%;
    }

    #container_tratu.expanded_tratu {
        width: 67%;
            height: 180px;

    }
}

@media only screen and (min-width: 1200px) {

    #container_tratu {
        width: 17%;
    }
}

#container_tratu {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#expandButton {
    border-radius: 5px;
    background: #ffffffba;
    position: absolute;
    right: 30px;
    transform: translateX(50%);
    transition: right 0.3s;
    height: 50px;
    /* Adjust height as needed */
    width: 50px;
    /* Adjust width as needed */
    z-index: 10;
    /* Ensure the button is above the div */
}

.tra-tu {
    position: absolute;
    right: -250px;
    /* Hidden off-screen */
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s, opacity 0.3s;
    width: 200px;
    /* Adjust width as needed */
    height: 100px;
    /* Adjust height as needed */
    background-color: #f0f0f0;
    /* Adjust background color as needed */
    padding: 10px;
    /* Adjust padding as needed */
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 68%);
    border-radius: 18px;
    background-image: linear-gradient(309deg, rgb(169 255 219) 11.2%, rgb(0 121 255) 91.1%);
    opacity: 0;
    /* Initially hidden */
}

.expanded_tratu #expandButton {
    right: 30px;
    /* Move button to the left */
}

.expanded_tratu .tra-tu {
    right: 50px;
    /* Move div to the left and make it visible */
    opacity: 1;
    /* Show div */
}

textarea#selectedTextArea {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    background: #ffffffba;
    border-radius: 8px;
    padding: 5px;
    font-weight: bold;
}


div#write_hanzi svg {
    width: -webkit-fill-available !important;
    height: -webkit-fill-available;
}

@media only screen and (min-width: 601px) {
    #container_tratu {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {

    #magnifier {
        position: fixed !important;
        right: 12%;
        top: 46%;
        border-radius: 5px;
        box-shadow: 0 0 20px 0px rgb(0 0 0 / 68%);
        margin-top: 10px;
    }

}

.tra-tu {
    display: block;
    position: fixed;
    top: 45%;
}


.dark-theme #close-modal {
    color: #fff;
}

.dark-theme #modal {
    background-color: #161616;
}

.dark-theme span.hanviet {
    color: #f3e417;
}

.dark-theme #modal-content h4 {
    color: #00ffea;
}

.dark-theme .kanji-button.active {
    color: #000;
    background: #3aefff;
}

.dark-theme button.kanji-button {
    background: #434343;
    color: #fff;
}

.dark-theme .kanji-result {
    background: #414141;

}

.dark-theme .search-result:nth-child(odd),
.dark-theme .result-item:nth-child(odd),
.dark-theme .kanji-content-item:nth-child(odd),
.dark-theme #results li:nth-child(odd) {
    background-image: linear-gradient(109.6deg, rgb(55 55 55) 11.2%, rgb(0 0 0) 91.1%);
}

.dark-theme #modal-content .tabs {
    background: #161616;
}

.dark-theme .tab-button.active {
    color: #07f0fd;

    border-bottom: 2px solid #07f0fd;
}

.dark-theme button.tab-button {
    color: #b9b9b9;
}



.dark-theme .kanji_title {
    color: #dfdfdf;
}

.dark-theme .pinyinw {
    color: #cdcdcd;
}

.pinyinw {
    color: #3d3d3d;
}

.tab-button.active {
    color: #03a1ef;
    border-bottom: 2px solid #03a1ef;
}

.btn_reset {
    float: right;
    bottom: 15px;
    background: #0000009c;
    color: #fff;
    position: inherit;
    border-radius: 5px;
    padding: 3px 8px;
}

.btn_reset:hover {
    background: #3939399c;
    color: #fff;
}

.kanji_title {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

#bo_luc_net {
    float: right;
}






#modal-content .tabs {
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%);
}

div#kanji-buttons-container {
    padding: 0 10px 10px;
}

button.kanji-button {
    color: #000;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 6px;
}

button.kanji-button:hover {
    background: #3aefff;
    color: #000;
}

.kanji-button.active {
    color: #000;
    background: #3aefff;
}

span.hanviet {
    color: red;
    font-size: 20px;
    font-weight: 700;
}





div#modal-content {
    background: var(--body-bg-color);
}

#magnifier {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    cursor: pointer;
    pointer-events: all;
}

#text {
    font-size: 20px;
    line-height: 1.5;
}


#modal {
    z-index: 9999;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 600px;
    height: 500px;

    background-color: #fff;
    display: none;
    box-shadow: 0px 6px 12px 5px rgb(0 0 0 / 38%);
    cursor: default;
}

#modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    padding: 10px;
    background-image: linear-gradient(309deg, rgba(61, 245, 167, 1) 11.2%, rgba(9, 111, 224, 1) 91.1%);
    cursor: move;
    /* Thay đổi con trỏ chuột khi di chuyển */
}

.dark-theme #modal-header {
    background-image: linear-gradient(309deg, rgb(239 11 180) 11.2%, rgb(21 1 125) 91.1%)
}

#modal-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

#close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.tab-button {
    padding: 10px;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    outline: none;
    font-weight: bold;
    font-size: 18px;

}

.tab-button:hover {
    border: none;
}


.tab-content_td {
    max-height: 356px;
    overflow: overlay;
    display: none;
}

.tab-content_td.active {
    display: block;
}

.result-item {
    cursor: pointer;
    margin-bottom: 10px;
}

.result-item.expanded .meanings {
    display: block;
}

.result-item.collapsed .meanings {
    display: none;
}

.search-result {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 1px solid #000;
    margin: 2%;
    padding: 1%;
}

.search-result,
.result-item,
.kanji-content-item,
#results li {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 2px solid #595959;
    margin: 2%;
    padding: 15px;
    border-radius: 10px;
}

.search-result:nth-child(odd),
.result-item:nth-child(odd),
.kanji-content-item:nth-child(odd),
#results li:nth-child(odd) {
    background-image: linear-gradient(109.6deg, rgba(254, 253, 205, 1) 11.2%, rgba(163, 230, 255, 1) 91.1%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 2s ease;
}

.search-result:hover,
.result-item:hover,
.kanji-content-item:hover,
#results li:hover {
    background-position: right bottom;
}

.means,
.mean-group {
    border-top: 1px solid #999;
}

.kanji-result {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.kanji-content-item {
    display: inline-block;
}

.kanji-details ul {
    padding-left: 25px;
    list-style: auto;
}

#modal-content h4 {
    font-weight: bold;
    color: #0693e9;
}








/* Styling cho Kết quả Tìm kiếm Mới */
.result-header h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #333;
}

.word-text {
    font-size: 1.4em;
    color: #d32f2f; /* Màu đỏ cho từ chính */
}

.hanviet-text {
    color: #e65100; /* Màu cam đậm cho Hán Việt */
    font-weight: bold;
    font-size: 0.9em;
}

/* Badges (HSK, TOCFL, Loại từ) */
.badge {
    display: inline-block;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin-right: 4px;
    color: #fff;
}

.badge.hsk { background-color: #007bff; }   /* Xanh dương */
.badge.tocfl { background-color: #17a2b8; } /* Xanh cyan */
.badge.kind { background-color: #6c757d; }  /* Xám */

/* Styling cho phần chi tiết */
.mean-group {
    margin-top: 10px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.mean-main {
    font-size: 15px;
    color: #2c3e50;
    margin-bottom: 2px;
}

.mean-explain {
    font-size: 13px;
    color: #7f8c8d;
    margin-bottom: 5px;
    font-style: italic;
}

/* Danh sách ví dụ */
ul.example-list {
    list-style: none;
    padding-left: 15px;
    border-left: 2px solid #eee;
    margin-top: 5px;
}

ul.example-list li {
    margin-bottom: 8px;
    font-size: 13px;
}

.ex-cn { font-weight: bold; color: #000; }
.ex-p { color: #666; font-size: 0.9em; }
.ex-vn { color: #2980b9; }

/* Box Cấu trúc */
.struct-box {
    background: #fff3e0;
    border: 1px solid #ffe0b2;
    padding: 8px;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 13px;
}








/* --- KANJI LAYOUT & SQUARE GRID --- */

.kanji-top-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

/* Ô Chữ Vuông (Square Grid - Mễ Tự Cách) */
.hanzi-container-square {
    background-color: #fff;
    border: 2px solid #b71c1c; /* Viền đỏ đậm */
    position: relative;
    box-sizing: border-box; /* Quan trọng để padding không làm méo */
    margin-bottom: 5px;
    
    /* Vẽ ô chữ Mễ (米) bằng CSS Gradient */
    background-image: 
        /* Đường chéo 1 */
        linear-gradient(45deg, transparent 49.5%, #ffcdd2 49.5%, #ffcdd2 50.5%, transparent 50.5%),
        /* Đường chéo 2 */
        linear-gradient(-45deg, transparent 49.5%, #ffcdd2 49.5%, #ffcdd2 50.5%, transparent 50.5%),
        /* Đường dọc giữa */
        linear-gradient(90deg, transparent 49.5%, #b71c1c 49.5%, #b71c1c 50.5%, transparent 50.5%),
        /* Đường ngang giữa */
        linear-gradient(0deg, transparent 49.5%, #b71c1c 49.5%, #b71c1c 50.5%, transparent 50.5%);
    background-size: 100% 100%;
}

.kanji-left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stroke-order-text {
    font-size: 10px;
    color: #999;
    margin-top: 5px;
    text-align: center;
    word-break: break-all;
}

/* Cột thông tin bên phải */
.kanji-right-col {
    flex: 1;
    min-width: 200px;
}

.main-titles {
    border-bottom: 2px solid #03a9f4;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.pinyin-main {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    font-family: 'Courier New', monospace;
    margin-right: 15px;
}

.hanviet-main {
    font-size: 20px;
    font-weight: 700;
    color: #d32f2f;
    text-transform: uppercase;
}

/* Bảng thông tin nhỏ */
.info-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.info-row {
    background: #f1f8e9;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #33691e;
}
.info-row span {
    font-weight: normal;
    color: #558b2f;
}

/* List chi tiết (Thành phần, biến thể) */
ul.detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
ul.detail-list li {
    margin-bottom: 4px;
    padding-left: 15px;
    position: relative;
}
ul.detail-list li::before {
    content: "•";
    color: #03a9f4;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* --- DICTIONARY FULL CONTENT --- */
.kanji-entry-box {
    margin-bottom: 25px;
    border-left: 3px solid #ddd;
    padding-left: 15px;
}

.entry-header {
    background: #e1f5fe;
    padding: 8px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0277bd;
    border-radius: 0 4px 4px 0;
}

.highlight-red {
    color: #d32f2f;
}

.dict-section {
    margin-bottom: 15px;
}

.dict-section h6 {
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #555;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    display: inline-block;
}

.dict-section ul {
    margin: 5px 0;
    padding-left: 20px;
}
.dict-section li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
}

/* Xử lý phần trích dẫn thơ văn */
.quote-content {
    background: #fafafa;
    padding: 10px;
    border-radius: 4px;
    font-family: "Times New Roman", serif;
}
.quote-line {
    margin: 0 0 8px 0;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.compound-words {
    font-style: italic;
    color: #00695c;
}

@media (max-width: 600px) {
    .kanji-top-section {
        flex-direction: column;
        align-items: center;
    }
    .kanji-right-col {
        width: 100%;
    }
    .hanzi-container-square {
        margin: 0 auto 10px auto;
    }
}








/* --- TAB VÍ DỤ (EXAMPLE) STYLING --- */

/* Bỏ style mặc định của ul */
ul.example-list-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Từng dòng ví dụ (Card) */
.example-item-row {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
    transition: background 0.2s;
    border-left: 3px solid transparent; /* Chuẩn bị cho hover */
}

/* Hiệu ứng khi di chuột vào câu ví dụ */
.example-item-row:hover {
    background: #fcfcfc;
    border-left: 3px solid #03a9f4; /* Viền xanh bên trái */
}

/* Dòng 1: Tiếng Trung */
.ex-cn-text {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.4;
}

/* Dòng 2: Pinyin */
.ex-pinyin-text {
    font-size: 14px;
    color: #7f8c8d; /* Màu xám */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 6px;
}

/* Dòng 3: Nghĩa Việt */
.ex-mean-text {
    font-size: 15px;
    color: #2e7d32; /* Màu xanh lá đậm */
    font-weight: 400;
}

.icon-arrow {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: middle;
}

/* Responsive cho mobile */
@media (max-width: 600px) {
    .ex-cn-text {
        font-size: 16px;
    }
    .example-item-row {
        padding: 10px;
    }
}


/* --- HIGHLIGHT TEXT STYLE --- */

/* Cách 1: Tô nền vàng (giống bút nhớ dòng) - Khuyên dùng */
.highlight-text {
    background-color: #fff176; /* Vàng nhạt */
    color: #000;
    padding: 0 2px;
    border-radius: 2px;
    font-weight: bold;
}

/* Cách 2: Chỉ đổi màu chữ (nếu không thích tô nền) */
/*
.highlight-text {
    color: #d32f2f; 
    font-weight: bold;
    text-decoration: underline;
}
*/






/* --- GRAMMAR TAB STYLING --- */

.grammar-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s;
}

.grammar-item.active {
    border-color: #2196f3;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.15);
}

/* Header (Phần luôn hiện) */
.grammar-header {
    padding: 12px 15px;
    background: #f9f9f9;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.grammar-item.active .grammar-header {
    background: #e3f2fd; /* Màu xanh nhạt khi mở */
    border-bottom: 1px solid #bbdefb;
}

.g-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.grammar-header h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
    flex: 1;
    font-weight: bold;
}

.g-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}

.g-use-for {
    color: #00695c;
    font-weight: 500;
}

.g-keywords {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Body (Phần nội dung xổ xuống) */
.grammar-body {
    padding: 15px;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.g-line {
    margin-bottom: 8px;
}

/* Dòng ví dụ (bắt đầu bằng dấu -) */
.g-example {
    background: #fafafa;
    padding: 8px 10px;
    border-left: 3px solid #ff9800; /* Viền cam */
    border-radius: 0 4px 4px 0;
    font-style: italic;
    color: #444;
}

/* --- LEVEL BADGES COLORS (HSK/CEFR Standard) --- */
.g-level-badge {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 10px;
    min-width: 30px;
    text-align: center;
}

.g-level-a1 { background-color: #2196f3; } /* Blue */
.g-level-a2 { background-color: #009688; } /* Teal */
.g-level-b1 { background-color: #ffc107; color: #333; } /* Amber */
.g-level-b2 { background-color: #ff9800; } /* Orange */
.g-level-c1 { background-color: #f44336; } /* Red */
.g-level-c2 { background-color: #9c27b0; } /* Purple */
.g-level-default { background-color: #9e9e9e; }


/* --- SKELETON LOADING ANIMATION --- */
.skeleton-box {
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.skeleton-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0)
    );
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/* Skeleton Structure cho Result Item */
.skeleton-result {
    padding: 15px;
    border: 2px solid #eee;
    margin: 2%;
    border-radius: 10px;
    background: #fff;
}

.skeleton-header {
    height: 24px;
    width: 60%;
    margin-bottom: 10px;
}

.skeleton-badges {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.skeleton-badge {
    height: 16px;
    width: 50px;
}

.skeleton-mean {
    height: 16px;
    width: 90%;
    margin-bottom: 8px;
}

.skeleton-detail {
    height: 14px;
    width: 80%;
    margin-top: 15px;
}





/* --- AI TRANSLATE BUTTON & SECTION --- */
.ai-section {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}

.ai-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* Nút Dịch AI (Style giống Shortcode) */
.btn-ai-magic {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(168, 85, 247, 0.4);
}

.btn-ai-magic:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 8px -1px rgba(168, 85, 247, 0.5);
    background: linear-gradient(135deg, #4f46e5 0%, #9333ea 100%);
}

.btn-ai-magic:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ai-quota {
    font-size: 12px;
    color: #666;
}

.ai-quota strong {
    color: #9333ea;
}

/* Khung kết quả dịch */
.ai-translation-result {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    position: relative;
    display: none; /* Ẩn mặc định */
}

.ai-translation-result.show {
    display: block;
    animation: fadeIn 0.5s ease;
}

.ai-loading-spinner {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}






/* --- SKELETON LOADING EXTENSIONS --- */

/* 1. Skeleton cho Danh sách (Ví dụ & Ngữ pháp) */
.skeleton-list-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}

.skeleton-text-long {
    height: 16px;
    width: 90%;
    margin-bottom: 8px;
}

.skeleton-text-medium {
    height: 14px;
    width: 60%;
    margin-bottom: 8px;
}

.skeleton-text-short {
    height: 14px;
    width: 40%;
}

/* 2. Skeleton cho Hán tự (Kanji Square) */
.skeleton-kanji-container {
    display: flex;
    gap: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 8px;
}

.skeleton-square {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.skeleton-kanji-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skeleton-title {
    height: 30px;
    width: 50%;
    margin-bottom: 10px;
}

.skeleton-info-row {
    height: 20px;
    width: 100%;
}

@media (max-width: 600px) {
    .skeleton-kanji-container {
        flex-direction: column;
        align-items: center;
    }
}