.mp-page {
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 8px 12px 32px;
}

.mp-heading {
    line-height: 1.25;
    word-wrap: break-word;
}

.mp-intro {
    color: #555;
    margin-bottom: 1.25rem;
    line-height: 1.45;
}

.mp-step {
    display: flex;
    gap: 12px;
    padding: 14px;
    margin-bottom: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #fff;
}

.mp-step-num {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 36px;
    text-align: center;
}

.mp-step-body {
    flex: 1;
    min-width: 0;
}

.mp-step-title {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 6px;
    color: var(--primary);
    line-height: 1.3;
}

.mp-step-title .glyphicons {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 1rem;
    opacity: 0.85;
}

.mp-step p {
    line-height: 1.45;
}

.mp-step p:last-child {
    margin-bottom: 0;
}

.mp-checklist {
    margin: 0.75rem 0 1rem;
    padding-left: 1.15rem;
}

.mp-checklist li {
    margin-bottom: 0.45rem;
    line-height: 1.4;
    padding-right: 4px;
}

.mp-disclaimer {
    border: 1px solid #e0c56e;
    border-radius: 8px;
    background: #fff8e6;
    padding: 14px 16px;
    margin: 8px 0 20px;
}

.mp-disclaimer-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #7a5b00;
    margin-bottom: 8px;
}

.mp-disclaimer p {
    margin: 0;
    color: #4a4030;
    font-size: 0.95rem;
    line-height: 1.5;
}

.mp-footer {
    border-top: 1px solid #e4e4e4;
    padding-top: 1.25rem;
    margin-bottom: 1rem;
}

.mp-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
}

.mp-btn {
    white-space: normal;
    text-align: center;
}

@media (max-width: 575.98px) {
    .mp-page {
        padding: 4px 4px 28px;
    }

    .mp-heading {
        font-size: 1.35rem;
    }

    .mp-step {
        gap: 10px;
        padding: 12px;
    }

    .mp-step-num {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
        line-height: 30px;
    }

    .mp-step-title {
        font-size: 1rem;
    }

    .mp-disclaimer {
        padding: 12px;
    }

    .mp-footer-actions {
        flex-direction: column;
    }

    .mp-btn {
        display: block;
        width: 100%;
    }
}
