.mpf-page .mpf-form-card {
    background: #fff;
    border: 1px solid #e7edf7;
    border-radius: 0.2rem;
    padding: 16px;
}

.mpf-page .mpf-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mpf-page .mpf-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mpf-page .mpf-field--full {
    grid-column: 1 / -1;
}

.mpf-page .mpf-field label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #55607a;
}

.mpf-page .mpf-field .form-control {
    height: 44px;
}

.mpf-page .mpf-phone-inputs {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px;
}

.mpf-page .mpf-dial-code {
    text-align: center;
    font-weight: 600;
}

.mpf-page .mpf-help {
    font-size: 13px;
}

.mpf-page .mpf-poster-card {
    background: #fff;
    border: 1px solid #e7edf7;
    border-radius: 0.2rem;
    overflow: hidden;
}

.mpf-page .mpf-poster-head {
    background: #d83732;
    padding: 12px 14px;
}

.mpf-page .mpf-poster-title h2 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
}

.mpf-page .mpf-poster-attrs {
    background: #fff;
    padding: 8px 12px;
}

.mpf-page .mpf-poster-attrs h3 {
    margin: 0;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.4;
    color: #26324d;
    font-weight: 600;
}

.mpf-page .mpf-poster-image-wrap {
    background: #f8fbff;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpf-page .mpf-poster-image-inner {
    width: 100%;
}

.mpf-page .mpf-poster-image-wrap img {
    width: 100%;
    max-height: 460px;
    object-fit: contain;
    display: block;
}

.mpf-page .mpf-poster-branding {
    background: #fff;
    border-top: 1px solid #eef2f9;
    padding: 6px 10px;
}

.mpf-page .mpf-poster-branding p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #4a5675;
}

.mpf-page .mpf-poster-location {
    background: #69a8db;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 10px 12px;
}

.mpf-page .mpf-poster-phone {
    background: #3d56a8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    padding: 12px 10px;
}

.mpf-page .mpf-poster-phone img {
    width: 35px;
}

.mpf-page #mpf-poster-preview [contenteditable="true"] {
    outline: 2px dashed rgba(71, 178, 228, 0.35);
    outline-offset: 2px;
    cursor: text;
}

.mpf-page .mpf-clickable-image {
    cursor: pointer;
}

@media (max-width: 991px) {
    .mpf-page .mpf-form-grid {
        grid-template-columns: 1fr;
    }

    .mpf-page .mpf-poster-title h2 {
        font-size: 1.45rem;
    }

    .mpf-page .mpf-poster-attrs h3 {
        font-size: 0.95rem;
    }

    .mpf-page .mpf-poster-location {
        font-size: 1rem;
    }

    .mpf-page .mpf-poster-phone {
        font-size: 1.55rem;
    }
}
