/* Camp apply page — builds on /100rfs/apply.css */

.camp-apply-facts {
    margin: 14px 0 0;
    padding: 0 18px 0 0;
    list-style: disc;
    font-weight: 700;
    color: #333;
}

.camp-apply-link {
    color: var(--main-color);
    font-weight: 700;
    text-decoration: underline;
}

.camp-apply-page .rfs-apply-alert ul {
    margin: 0;
    padding: 0 18px 0 0;
    list-style: disc;
}

.camp-apply-divided {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px dashed #ddd;
}

.camp-member-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.camp-member-card__head .rfs-apply-member-title {
    margin: 0;
}

.camp-member-remove {
    width: 30px;
    height: 30px;
    border: 2px solid #e24f35;
    border-radius: 50%;
    background: transparent;
    color: #e24f35;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.camp-member-remove:hover {
    background: #e24f35;
    color: #fff;
}

.camp-member-remove[hidden] {
    display: none;
}

.camp-apply-success {
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 28px;
    background: #fff;
    border: 2px solid #222;
    border-radius: 5px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
}

.camp-apply-success[hidden] {
    display: none;
}

.camp-apply-success__icon {
    font-size: 64px;
    line-height: 1;
    color: #059669;
    margin-bottom: 16px;
}

.camp-apply-success h2 {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}

.camp-apply-success p {
    color: #555;
    line-height: 1.9;
}

.camp-apply-success__code {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 18px 0 6px;
    padding: 14px 22px;
    border: 2px dashed #e24f35;
    border-radius: 8px;
    background: #fff7ed;
    font-size: 16px;
    font-weight: 700;
}

.camp-apply-success__code strong {
    font-size: 24px;
    letter-spacing: 2px;
    color: #e24f35;
}

.camp-apply-success__note {
    font-size: 14px;
    margin-bottom: 24px;
}
