@charset "UTF-8";

html {
    user-select: none;
}

/* ★全体の背景色：やわらかく上品なライトラベンダーパープル */
.redeem {
    background-color: #f3e8ff;
}

/* ★帯：メインラベンダーパープル */
.redeem h2 {
    margin: 0;
    background-color: #c084fc;
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    margin: 15px 10px;
}

/* 特別調整：対象作品はこちら！などの見出し */
.redeem h2.anchor-h2-fix {
    padding: 16px 10px !important;
    line-height: 1.5em !important;
    margin: 20px 10px 15px 10px !important;
    height: auto !important;
}

/* 各セクションの見出し */
.redeem h3 {
    position: relative;
    padding: 1em 1em 1em 1.5em;
    font-size: 1em;
    margin: 1.5em 0.5em 0.5em 0.5em;
    border-radius: 5px;
    background: #ffffff;
    color: #581c87;
    font-weight: bold;
}

.redeem h3:before {
    position: absolute;
    top: 25%;
    left: 0.75em;
    width: 6px;
    height: 50%;
    content: "";
    border-radius: 3px;
    background: #a855f7;
}

/* main.cssのh5スタイルを詳細度で上書き */
main.redeem article h5 {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #333333 !important;
    padding: 10px !important;
    border: none !important;
}

/* ==========================================================================
   ボタン関連
   ========================================================================== */

/* ボタンの外枠：中央揃え */
.link_button {
    text-align: center;
    margin: 25px auto;
    padding: 0 10px;
    width: 100%;
    background-color: transparent !important;
    background-image: none !important;
}

/* ★テキストリンクボタン：鮮やかなパープルグラデーション */
.link_button a,
.link_button a.cp-btn-anchor {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: linear-gradient(to bottom, #a855f7 0%, #7e22ce 100%) !important;
    background-image: linear-gradient(to bottom, #a855f7 0%, #7e22ce 100%) !important;

    color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-decoration: none !important;

    padding: 15px 30px !important;
    border-radius: 50px !important;
    min-width: 280px; 
    box-sizing: border-box;

    box-shadow: 0 4px 15px rgba(126, 34, 206, 0.4) !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    position: static !important;
}

/* ボタン内のテキスト */
.link_button a span,
.link_button a.cp-btn-anchor span {
    color: #fff !important;
    display: inline-block !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

/* 右側の矢印 */
.link_button a::after,
.link_button a.cp-btn-anchor::after {
    content: '' !important;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg) !important;
    position: static !important;
    margin-left: 12px !important;
    margin-top: -2px !important;
}

/* タップ時のアクション */
.link_button a:active,
.link_button a.cp-btn-anchor:active {
    transform: scale(0.96) !important;
    box-shadow: 0 2px 6px rgba(126, 34, 206, 0.3) !important;
    opacity: 0.9 !important;
}

/* 画像リンクの時は親のグラデ背景や影を無効化 */
.link_button a:has(img) {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    min-width: 0 !important;
    display: block !important;
}

.link_button a:has(img)::after {
    display: none !important;
    content: none !important;
}

.link_button a:has(img):active {
    transform: none !important;
    box-shadow: none !important;
}

/* ==========================================================================
   お知らせ枠 ＆ コンテナ関連
   ========================================================================== */

/* エントリー期間前アラート帯 */
.pre-entry-alert {
    margin: 15px 10px 5px 10px !important;
    background-color: #faf5ff !important;
    border: 2px solid #c084fc !important;
    border-radius: 6px !important;
    padding: 12px 10px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}
.pre-entry-alert p {
    margin: 0 !important;
    font-size: 0.92em !important;
    font-weight: bold !important;
    color: #9333ea !important;
    line-height: 1.4em !important;
}

/* お知らせ枠 */
.information {
    margin: 10px !important;
    text-align: left !important;
    background: #faf5ff !important; 
    border: 2px solid #c084fc !important;
    border-radius: 8px !important;
    padding: 15px 15px 15px 20px !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
    word-break: break-all !important;
}
.information p {
    display: block !important;
    word-break: break-all !important;
    text-indent: 0 !important;
    padding-left: 0 !important;
}

/* 全体共通のコンテナ枠 */
.comitia-container {
    background: #ffffff !important;
    border: solid 2px #c084fc !important;
    border-radius: 8px !important;
    margin: 10px !important;
    padding: 12px 10px !important;
    box-sizing: border-box !important;
}
.goods-list-wrapper {
    display: block !important;
    width: 100% !important;
}

/* アンカーリンクのリスト */
.anchorlink {
    margin: 10px;
}

/* ==========================================================================
   賞品（グッズ）ラインナップ用カードスタイル
   ========================================================================== */
.goods-card {
    background: #ffffff !important;
    border: solid 1px #c084fc !important;
    border-radius: 6px !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    display: block !important;
}
.goods-card.w-chance-card-style {
    border: solid 2px #a855f7 !important;
}

/* カードのヘッダー：ソフトパープル */
.goods-card-header {
    background: #f3e8ff !important; 
    padding: 12px !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

.goods-card-header strong {
    display: block !important;
    font-size: 0.95em !important;
    color: #4c4c4c !important;
    line-height: 1.4em !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
    text-indent: 0 !important;
    padding-left: 0 !important;
}
.goods-card-header strong.w-chance-title {
    color: #9333ea !important;
}

.goods-meta-row {
    display: block !important;
    width: 100% !important;
}

/* 当選数バッジ */
.goods-card-header .badge-count {
    display: inline-block !important;
    background: #ffffff !important;
    color: #4c4c4c !important;
    border: 1px solid #ccc !important;
    font-size: 0.75em !important;
    font-weight: bold !important;
    padding: 2px 8px !important;
    border-radius: 3px !important;
    margin: 0 0 8px 0 !important;
    text-indent: 0 !important;
}
.goods-card-header .badge-count.w-chance-badge {
    background: #a855f7 !important;
    color: #ffffff !important;
    border: none !important;
}

.goods-card-header .sub-desc {
    display: block !important;
    font-size: 0.8em !important;
    color: #4c4c4c !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
    margin-bottom: 4px !important;
    text-indent: 0 !important;
    padding-left: 0 !important;
}
.goods-card-header .sub-desc-note {
    display: block !important;
    font-size: 0.75em !important;
    color: #666666 !important;
    font-weight: normal !important;
    line-height: 1.4em !important;
    text-indent: 0 !important;
    padding-left: 0 !important;
}

.goods-card-desc-box {
    padding: 12px !important;
    font-size: 0.85em !important;
    color: #333333 !important;
    line-height: 1.5em !important;
    background: #ffffff !important;
    text-indent: 0 !important;
}

.goods-card-img {
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
}

.goods-card-img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border: solid 1px #ebebeb !important;
    border-radius: 4px !important;
}

.goods-notes {
    margin-top: 15px !important;
    padding: 0 5px !important;
}

.goods-notes p {
    font-size: 0.85em !important;
    line-height: 1.5em !important;
    color: #333333 !important;
    margin: 0 0 6px 0 !important;
    text-align: left !important;
}

/* ==========================================================================
   作家（対象作品紹介）カード用スタイル
   ========================================================================== */
.creator-list-container {
    display: block !important;
    width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.creator-card {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: solid 2px #c084fc !important;
    border-radius: 8px !important;
    margin-bottom: 25px !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    display: block !important;
    clear: both !important;
}

.creator-profile {
    display: table !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}
.creator-profile-cell-left {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 60px !important;
}
.creator-profile-cell-right {
    display: table-cell !important;
    vertical-align: middle !important;
    padding-left: 5px !important;
}

.creator-icon-wrap {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}
.creator-icon {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
}

.creator-name {
    font-weight: bold !important;
    font-size: 1.15em !important;
    color: #581c87 !important;
    display: block !important;
}

.creator-desc {
    font-size: 0.9em !important;
    line-height: 1.5em !important;
    color: #333333 !important;
    margin: 0 0 15px 0 !important;
    text-align: left !important;
}

.creator-works-title {
    font-size: 0.8em !important;
    font-weight: bold !important;
    color: #ffffff !important;
    background-color: #7e22ce !important;
    background: #7e22ce !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    margin-bottom: 15px !important;
}

.creator-works-target-link-box {
    text-align: center !important;
    width: 100% !important;
    clear: both !important;
}
.creator-works-target-link-box a {
    text-decoration: none !important;
    display: block !important;
    max-width: 260px !important;
    margin: 0 auto !important;
}
.creator-works-target-link-box a img {
    width: 100% !important;
    height: auto !important;
    border: solid 1px #ebebeb !important;
    border-radius: 6px !important;
    display: block !important;
    margin: 0 auto 8px auto !important;
}
.creator-works-target-link-box a span {
    display: block !important;
    font-size: 0.95em !important;
    font-weight: bold !important;
    color: #581c87 !important;
    line-height: 1.4em !important;
    text-decoration: none !important;
}

/* ==========================================================================
   テーブル ＆ 規約 ＆ 地文関連
   ========================================================================== */

/* キャンペーン記事内の地文 */
.redeem article p {
    color: #333 !important;
}

article {
    padding: 0.5em;
    margin-bottom: 1em;
}

article p {
    font-size: 1em;
    line-height: 1.4em;
}

article p span {
    display: inline;
    padding: 0;
    margin: 0;
    color: #9333ea; 
    font-weight: bold;
    font-size: 1.1em;
}

/* イベント詳細・概要比較テーブル */
article table {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

article table th, article table td {
    border: 2px solid #fff;
    background-color: #f1f1f1;
    padding: 1em;
    font-size: 0.85em;
}

/* ★テーブル見出し：パープル帯 */
article table th {
    background-color: #c084fc !important;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    min-width: 5em;
}

/* 専用上書きスタイル */
.detail-table td {
    color: #333;
}
.detail-table td.target-manga-list-td {
    font-size: 0.85em !important;
    line-height: 1.6em !important;
    background: #ffffff !important;
    padding: 12px !important;
    text-align: left !important;
}
.detail-table td a.terms-link {
    color: #7e22ce;
    font-weight: bold;
    text-decoration: underline;
}

/* 注意書きボックス（崩れ修正版） */
.notice {
    margin: 0.5em !important;
    padding: 12px 15px !important;
    background: #ffffff !important;
    border: 2px solid #c084fc !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}

.notice p {
    display: block !important; /* 確実にブロック要素として改行させる */
    font-size: 0.85em !important;
    line-height: 1.6em !important;
    color: #333333 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 1.2em !important; /* 文頭の「・」のぶら下げ位置を固定 */
    text-indent: -1.2em !important;  /* 2行目以降インデント揃え */
    text-align: left !important;
    word-break: break-word !important;
}

.notice p:last-child {
    margin-bottom: 0 !important;
}

/* ==========================================================================
   その他（バナー、フォーム等のスタイル）
   ========================================================================== */
.link_button.banner-mode {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 15px auto !important;
    max-width: 100%;
}

.banner-link {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    background: transparent !important;
}

.banner-link img {
    width: 100% !important;
    height: auto !important;
    display: block;
    box-sizing: border-box;
    border: 3px solid #c084fc !important; 
    border-radius: 12px !important;   
    box-shadow: 0 5px 15px rgba(168, 85, 247, 0.3) !important; 
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner-link:active img {
    transform: scale(0.97) !important;
    box-shadow: 0 2px 8px rgba(168, 85, 247, 0.2) !important;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.campaign-banner-box {
    position: relative;
    width: 100%;
    max-width: 98%;   
    margin: 0 auto;
    margin-bottom: 10px;
}

.bg-frame {
    width: 100%;
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;   
    left: 5%;   
    transform: translateY(-50%);  
    color: #ffffff; 
    text-align: left;
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Arial Rounded MT Bold", "Meiryo", sans-serif;
    font-weight: bold; 
    width: 90%;
}

.banner-title {
    font-size: 4.5vw; 
    font-weight: bold;
    margin-bottom: 1vw;
    white-space: nowrap; 
}

.banner-date {
    font-size: 2.8vw; 
    letter-spacing: -0.02em;
    white-space: nowrap; 
}

@media (min-width: 600px) {
    .banner-title { font-size: 24px; }
    .banner-date { font-size: 16px; }
}

figure img {
    width: 100%;
}

/* 動的ページ専用 賞品ハイライト囲み枠 */
.current-prize-highlight {
    margin: 15px 10px 20px 10px !important; 
    background: #ffffff !important; 
    border: 3px solid #c084fc !important; 
    border-radius: 8px !important; 
    overflow: hidden !important; 
    box-sizing: border-box !important;
}
.current-prize-highlight-title {
    background: #f3e8ff !important; 
    padding: 10px !important; 
    text-align: center !important; 
    font-weight: bold !important; 
    font-size: 0.9em !important; 
    color: #4c4c4c !important; 
    letter-spacing: 0.05em !important;
}
.current-prize-highlight-body {
    padding: 15px !important; 
    text-align: center !important;
}
.current-prize-highlight-name {
    margin: 0 0 8px 0 !important; 
    font-size: 1.15em !important; 
    font-weight: bold !important; 
    color: #581c87 !important; 
    line-height: 1.4em !important;
}
.current-prize-highlight-detail {
    margin: 0 !important; 
    font-size: 1.05em !important; 
    font-weight: bold !important; 
    color: #9333ea !important; 
    line-height: 1.4em !important;
}

/* 期間前・期間中受付エリア専用スタイル */
.pre-entry-container {
    text-align: center; 
    padding: 1.5em 1em; 
    background: #faf5ff; 
    border: 2px dashed #e9d5ff; 
    border-radius: 12px; 
    margin: 15px 10px;
}
.pre-entry-title-text {
    color: #7e22ce; 
    font-weight: bold; 
    margin: 0 0 10px 0; 
    line-height: 1.4;
}
.pre-entry-sub-text {
    color: #a855f7; 
    font-size: 0.92em; 
    font-weight: bold; 
    margin: 0 0 20px 0; 
    line-height: 1.6;
}
.pre-entry-img-box {
    display: flex; 
    justify-content: center; 
    gap: 10px; 
    align-items: flex-start;
    width: 100% !important;
}
.pre-entry-link-item {
    text-decoration: none; 
    flex: 1; 
    width: 100% !important;
    max-width: 240px !important;
}
.pre-entry-link-item img {
    width: 100%; 
    height: auto; 
    border-radius: 6px; 
    box-shadow: 0 3px 8px rgba(0,0,0,0.1); 
    border: 1px solid #eee; 
    display: block;
    margin: 0 auto !important;
}
.pre-entry-link-item p {
    color: #666; 
    font-size: 0.75em; 
    margin: 8px 0 0 0 !important; 
    line-height: 1.3; 
    font-weight: normal;
    white-space: nowrap !important;
}

/* 期間中受付エリア専用 */
.entry-status-container {
    background: #ffffff; 
    padding: 20px 15px; 
    border-radius: 12px; 
    border: 2px dashed #c084fc; 
    text-align: center; 
    margin-bottom: 20px; 
    line-height: 1.6;
}

/* ==========================================================================
   応募フォーム用スタイル
   ========================================================================== */

.cp-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: sans-serif;
}

.cp-form__heading {
    font-size: 14px;
    color: #9333ea; 
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    line-height: 1.5;
}

.form_notice {
    padding: 0 0.5em 0.5em;
}
.form_notice p:last-child {
    margin-bottom: 1em;
}

.cp-form__notes {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #444;
}
.cp-form__notes span { color: #a855f7; font-weight: bold; }
.cp-form__notes p {
    margin-bottom: 1em; 
    text-indent: -1em;
    margin-left: 1em;
}

form {
    margin: 1em auto;
}
form input {
    margin-top: 0.5em;
}

.cp-form__item {
    margin-bottom: 20px;
}
.cp-form__label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}
.cp-form__required { color: #a855f7; margin-left: 3px; }

.cp-form__input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px; 
    box-sizing: border-box;
}
.cp-form__input--short { width: 50%; }
.cp-form__input--readonly { background-color: #eee; color: #666; }

.cp-form__address-group {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9d5ff;
}
.cp-form__address-row { margin-bottom: 12px; }
.cp-form__sub-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.cp-form__error {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}

.cp-terms-link {
    font-size: 13px;
    color: #a855f7;
    text-decoration: underline;
}

.cp-form__submit-area {
    margin-top: 30px;
    text-align: center;
}
.cp-form__submit-btn {
    background-color: #a855f7;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 0 #7e22ce;
}
.cp-form__submit-btn:active { transform: translateY(2px); box-shadow: none; }

.cp-form__actions { margin-top: 20px; text-align: center; }
.btn-back {
    display: inline-block;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
}

/* ==========================================================================
   確認画面（confirm）＆ 完了画面（complete）用スタイル
   ========================================================================== */

/* 【確認画面：confirm】 */
.cp-confirm-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.cp-confirm__alert {
    background-color: #fff;
    border: 2px solid #d32f2f; 
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.cp-confirm__alert p {
    color: #d32f2f;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.cp-confirm__alert strong {
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
}

.cp-confirm__title {
    color: #a855f7;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.cp-confirm__lead {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.cp-confirm__item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9d5ff;
}
.cp-confirm__label {
    font-size: 12px;
    color: #a855f7;
    font-weight: bold;
    margin-bottom: 5px;
}
.cp-confirm__value, 
.cp-confirm__address-display {
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

.cp-confirm__warning {
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    margin: 20px 0;
    padding: 10px;
    border-radius: 8px;
}
.cp-confirm__warning strong {
    color: #9333ea; 
    font-weight: normal; 
    display: block;
}

.cp-confirm__btn-area {
    margin-top: 10px; 
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cp-confirm__btn {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    width: 100%;
}
.cp-confirm__btn--submit {
    background-color: #a855f7;
    color: #fff;
    box-shadow: 0 4px 0 #7e22ce;
    order: 1;
}
.cp-confirm__btn--modify {
    background-color: #fff;
    color: #666;
    border: 2px solid #ccc;
    font-size: 16px;
    order: 2;
}
.cp-confirm__btn:active {
    transform: translateY(2px);
    box-shadow: none;
}


/* 【完了画面：complete】 */
.cp-finish-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.cp-finish__card--split {
    display: flex;
    align-items: center; 
    padding: 12px !important;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(168, 85, 247, 0.2);
    margin-bottom: 20px;
    text-align: left; 
}

.cp-card__left {
    flex: 0 0 100px; 
    text-align: center;
    border-right: 1px solid #e9d5ff; 
    padding-right: 8px;
}
.cp-card__left .cp-finish__icon {
    margin-bottom: 4px;
}
.cp-card__left .cp-finish__title {
    font-size: 13px; 
    line-height: 1.3;
    margin-bottom: 0;
    color: #9333ea;
    font-weight: bold;
}

.cp-card__right {
    flex: 1;
}
.cp-card__right .cp-finish__text {
    font-size: 12px; 
    margin-bottom: 0;
    line-height: 1.4;
    color: #333;
}
.cp-card__right .cp-finish__text strong {
    color: #9333ea;
}

/* ==========================================================================
   おすすめコンテンツ・バナー回遊エリア用スタイル
   ========================================================================== */

.cp-form__notes-compact {
    text-align: center;
    margin: 20px 10px;
    padding: 15px 10px;
    background: #ffffff;
    border-radius: 12px;
}

.compact-h2 {
    color: #9333ea; 
    background: #fff; 
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px;
}

.banner-flex-container {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important; 
    padding: 0 5px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    align-items: flex-start; 
}

.banner-item {
    flex: 1 1 0 !important; 
    min-width: 0 !important;
    display: flex;
    flex-direction: column;
}

.banner-msg {
    font-size: 10px;
    font-weight: bold;
    color: #444;
    line-height: 1.2;
    margin: 0 0 4px 0 !important; 
    display: block;
    text-align: center;
}

.banner-item img {
    width: 100% !important;   
    height: auto !important;  
    display: block;
    border-radius: 6px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.banner_area {
    margin: 15px auto;
    text-align: center;
    padding: 0 10px;
}
.banner_area img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}