/*
 * moon_wish_demo.css
 * 新月・満月の願い事とは｜願い事を書いてみる体験デモ
 * 既存クラスと衝突しないよう mwd- を接頭辞にしています。
 */

#mwd-demo {
    box-sizing: border-box;
    margin: 1.6rem 0;
    padding: 1.2rem 1.2rem 1.6rem;
    background: #f5fbf7;
    border: 1px solid var(--pt-green-border, #bfe3cd);
    border-radius: 1rem;
}

#mwd-demo *,
#mwd-demo *::before,
#mwd-demo *::after {
    box-sizing: border-box;
}

.mwd-demo__head {
    text-align: center;
    margin-bottom: 1.2rem;
}

.mwd-demo__badge {
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 999px;
    background: var(--pt-green, #1f8a5c);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.6rem;
}

.mwd-demo__title {
    margin: 0.4rem auto 0;
    max-width: 32rem;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.6;
    color: #12233f;
}

.mwd-demo__lead {
    margin: 0.5rem auto 0;
    max-width: 34rem;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.8;
}

.mwd-demo__textarea {
    display: block;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    padding: 0.7rem 0.9rem;
    border: 1px solid #ccd3da;
    border-radius: 0.6rem;
    font-size: 0.95rem;
    font-family: inherit;
    resize: vertical;
    background: #fff;
}

.mwd-demo__counter {
    max-width: 30rem;
    margin: 0.4rem auto 1rem;
    text-align: right;
    font-size: 0.8rem;
    color: #888;
}

.mwd-demo__tips {
    max-width: 30rem;
    margin: 0 auto;
    padding-left: 1.2rem;
    font-size: 0.85rem;
    color: #444;
    line-height: 1.9;
}
