.spacomic-ranking-wrapper {
    margin: 20px 0;
}

.ranking-header {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ranking-btn {
    background-color: #eee;
    color: #333;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
}

.ranking-btn.active {
    background-color: #d97f1c;
    color: #fff;
}

.rank-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    padding-bottom: 10px;
}

.rank-slide {
    flex: 0 0 auto;
    width: 160px;
    border: 2px solid #00bfff;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    text-align: center;
}

.rank-image {
    width: 100px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}

.yomitai-button[data-active="false"],
.yomitai-button[data-active="true"] {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.rank-image.no-image {
    background: #eee;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.yomitai-button[data-active="false"] {
    background-color: #fffce6;
    color: #666;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.yomitai-button[data-active="true"] {
    background-color: #d97f1c;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.rank-number {
    font-weight: bold;
    margin-bottom: 4px;
}