/* ============================================================
   line.css — LINE公式アカウントページ固有スタイル（v2）
   ============================================================ */

/* --- Billboard offset override (5.7) --- */
@media (min-width: 1200px) {
    .article-header__inner {
        margin-left: auto;
        margin-right: auto;
    }
}

/* --- S1: Features list --- */
.line-features {
    max-width: 780px;
    margin: 0 auto;
}

.line-features__list {
    margin-bottom: 24px;
}

.line-features__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #E5E7EB;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    letter-spacing: 0.04em;
}

.line-features__item:last-child {
    border-bottom: none;
}

.line-features__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: rgba(16, 185, 129, 0.1);
    color: #06B6D4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.line-features__note {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.7;
    margin-bottom: 0.5em;
    letter-spacing: 0.04em;
}

/* --- S2: Add friend --- */
.line-add {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.line-add__lead {
    font-size: 16px;
    color: #374151;
    margin-bottom: 32px;
    letter-spacing: 0.04em;
}

.line-add__btn-area {
    margin-bottom: 40px;
}

.line-add__btn {
    font-size: 18px;
    padding: 18px 48px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* QR code */
.line-add__qr {
    margin-bottom: 40px;
}

.line-add__qr img {
    width: 200px;
    height: 200px;
    margin: 0 auto 12px;
    display: block;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.line-add__qr-text {
    font-size: 13px;
    color: #6B7280;
}

/* Hours */
.line-add__hours {
    display: inline-block;
    background: white;
    border-radius: 12px;
    padding: 20px 32px;
    text-align: center;
}

.line-add__hours p:first-child {
    font-size: 15px;
    font-weight: 700;
    color: #0F2440;
    margin-bottom: 4px;
}

.line-add__hours-sub {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.5;
}
