.champion-archive-wrapper {
    padding: 50px 20px;
    background-color: #fff8f0;
}

.champion-block {
    width: 80%;
    max-width: 800px;
    margin: 60px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.champion-title {
    background-color: #e60012;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.champion-content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.champion-img-left,
.champion-img-right {
    width: 200px;
    flex-shrink: 0;
}

.champion-img-left img,
.champion-img-right img {
    width: 100%;
    height: auto;
}

.champion-details {
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.7;
    color: #222;
}

.champion-block {
    background: #fff9ef;
    padding: 40px 30px;
    margin-bottom: 60px;
    border-radius: 6px;
}

.champion-title {
    background-color: #e60012;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 16px;
    display: inline-block;
    border-radius: 0 4px 4px 0;
    margin-bottom: 25px;
}

.champion-content-3col {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* 左側画像 */
.champion-img-left img {
    width: 220px;
    height: auto;
    display: block;
}

/* 中央テキスト */
.champion-details {
    flex: 1;
    font-size: 15px;
    line-height: 1.8;
    color: #222;
}

.champion-name {
    font-size: 18px;
    font-weight: bold;
    color: #e60012;
    margin-bottom: 10px;
}

.champion-name .icon {
    margin-right: 6px;
}

.opponent {
    color: #e60012;
    font-weight: bold;
    margin-top: 10px;
}

/* 右側画像 */
.champion-img-right img {
    width: 300px;
    height: auto;
    display: block;
}
