/* ショートコード表示用のスタイル */

.nico-read-overview {
    margin: 20px 0;
}

.nico-read-overview-content {
    padding: 15px;
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
}

.nico-read-no-overview {
    color: #666;
    font-style: italic;
}

.nico-read-error {
    color: #d63638;
    padding: 10px;
    background: #fff;
    border-left: 4px solid #d63638;
}

.nico-read-order {
    margin: 20px 0;
}

.nico-read-series-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0073aa;
}

.nico-read-volume-list {
    list-style: decimal;
    padding-left: 30px;
}

.nico-read-volume-item {
    margin: 10px 0;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 4px;
}

.nico-read-volume-number {
    font-weight: bold;
    color: #0073aa;
    margin-right: 10px;
}

.nico-read-volume-title {
    margin-right: 10px;
}

.nico-read-release-date {
    color: #666;
    font-size: 0.9em;
}

.nico-read-volume-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.nico-read-volume-table th,
.nico-read-volume-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.nico-read-volume-table th {
    background: #f5f5f5;
    font-weight: bold;
}

.nico-read-volume-table tr:hover {
    background: #f9f9f9;
}

/* シリーズ情報の各巻表示 */
.nico-read-series-info {
    margin: 30px 0;
}

.nico-read-volume-info {
    margin-bottom: 30px;
    padding: 25px;
    background: linear-gradient(180deg, #faf8f3 0%, #fff 100%);
    border: none;
    border-top: 2px solid #8b6f47;
    border-bottom: 2px solid #8b6f47;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(139, 111, 71, 0.15);
    transition: box-shadow 0.3s ease;
    position: relative;
}

.nico-read-volume-info:hover {
    box-shadow: 0 4px 12px rgba(139, 111, 71, 0.25);
}

.nico-read-volume-info h3 {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-left: 45px;
    padding-bottom: 20px;
    font-size: 1.4em;
    font-weight: 600;
    color: #2c3e50;
    border: none;
    background: transparent;
    position: relative;
}

.nico-read-volume-info h3::before {
    content: counter(volume-counter);
    counter-increment: volume-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(135deg, #0073aa 0%, #005a87 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 115, 170, 0.3);
}

.nico-read-title-text {
    position: relative;
    display: inline-block;
}

.nico-read-volume-info h3 .nico-read-title-text {
    background: linear-gradient(transparent 60%, rgba(255, 235, 59, 0.5) 60%, rgba(255, 235, 59, 0.5) 85%, transparent 85%);
}

.nico-read-series-info {
    counter-reset: volume-counter;
}

.nico-read-volume-info p {
    margin: 10px 0;
    color: #555;
    line-height: 1.6;
}

.nico-read-volume-info strong {
    color: #333;
}

.nico-read-volume-rinker {
    margin: 20px 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}


.nico-read-seo-text {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #333;
    font-size: 1em;
    line-height: 1.6;
}

.nico-read-release-info {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #666;
    font-size: 0.95em;
}

.nico-read-volume-synopsis {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    color: #555;
    line-height: 1.8;
}

