.block{
	background:unset !important
}
.single-page-article .article-detail.block-body{
	padding:0px !important
}
.main-content-area{
	min-height:480px !important
}
.mtr-flm-dashboard,
.mtr-flm-card,
.mtr-flm-auth-required {
    --mtr-primary: #7a5a9b;
    --mtr-primary-dark: #60457e;
    --mtr-text: #24212a;
    --mtr-muted: #746f7b;
    --mtr-border: #e6e2e8;
    --mtr-bg: #f8f7f9;
    font-family: inherit;
    color: var(--mtr-text);
    box-sizing: border-box;
}
.mtr-flm-dashboard *,
.mtr-flm-card *,
.mtr-flm-auth-required * {
    box-sizing: border-box;
}
.mtr-flm-card,
.mtr-flm-auth-required {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--mtr-border);
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(34, 28, 40, 0.05);
}
.mtr-flm-card h2,
.mtr-flm-card h3,
.mtr-flm-auth-required h3 {
    color: var(--mtr-text);
    margin: 0 0 12px;
    line-height: 1.25;
}
.mtr-flm-card h2 {
    font-size: 30px;
}
.mtr-flm-card > p {
    color: var(--mtr-muted);
    margin: 0 0 24px;
}
.mtr-flm-form label {
    display: block;
    font-size: 14px;
    font-weight: 650;
    color: #413b48;
    margin: 0 0 20px;
}
.mtr-flm-form input[type="text"],
.mtr-flm-form input[type="email"],
.mtr-flm-form input[type="password"],
.mtr-flm-form input[type="number"],
.mtr-flm-form textarea,
.mtr-flm-form select {
    display: block;
    width: 100%;
    min-height: 50px;
    margin-top: 8px;
    padding: 13px 15px;
    border: 1px solid #d9d4dc;
    border-radius: 9px;
    background: #fff;
    color: var(--mtr-text);
    font: inherit;
    line-height: 1.4;
    box-shadow: none;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}
.mtr-flm-form textarea {
    min-height: 150px;
    resize: vertical;
}
.mtr-flm-form input:focus,
.mtr-flm-form textarea:focus,
.mtr-flm-form select:focus {
    outline: 0;
    border-color: var(--mtr-primary);
    box-shadow: 0 0 0 3px rgba(122, 90, 155, 0.12);
}
.mtr-flm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid var(--mtr-primary);
    border-radius: 9px;
    background: var(--mtr-primary);
    color: #fff !important;
    font: inherit;
    font-weight: 650;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform 0.15s,
        background 0.2s,
        border-color 0.2s;
}
.mtr-flm-btn:hover,
.mtr-flm-btn:focus {
    background: var(--mtr-primary-dark);
    border-color: var(--mtr-primary-dark);
    color: #fff !important;
    transform: translateY(-1px);
}
.mtr-flm-btn:active {
    transform: none;
}
.mtr-flm-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.mtr-flm-dashboard > .mtr-flm-card {
    margin: 0;
}
.mtr-flm-tile {
    display: block;
    padding: 24px;
    border: 1px solid var(--mtr-border);
    border-radius: 12px;
    background: #fff;
    text-decoration: none !important;
    color: inherit !important;
    transition:
        transform 0.2s,
        box-shadow 0.2s,
        border-color 0.2s;
}
.mtr-flm-tile:hover {
    transform: translateY(-3px);
    border-color: rgba(122, 90, 155, 0.45);
    box-shadow: 0 12px 28px rgba(34, 28, 40, 0.08);
}
.mtr-flm-tile strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
.mtr-flm-tile span {
    display: block;
    color: var(--mtr-muted);
    line-height: 1.55;
}
.mtr-flm-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.mtr-flm-section {
    padding: 28px 0;
    border-top: 1px solid var(--mtr-border);
}
.mtr-flm-section:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.mtr-flm-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.mtr-flm-notice {
    max-width: 1040px;
    margin: 16px auto;
    padding: 14px 17px;
    border: 1px solid #ddd7e0;
    border-radius: 10px;
    background: #f7f5f8;
    color: #49434d;
}
.mtr-flm-notice--error {
    background: #fff1f1;
    border-color: #f4caca;
    color: #9b2626;
}
.mtr-flm-notice--success {
    background: #eefaf1;
    border-color: #c8e9d0;
    color: #22663a;
}
.mtr-flm-table-wrap {
    border: 1px solid var(--mtr-border);
    border-radius: 12px;
    overflow: auto;
}
.mtr-flm-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.mtr-flm-table th {
    padding: 15px 16px;
    background: #faf9fb;
    color: #625c68;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: left;
    border-bottom: 1px solid var(--mtr-border);
}
.mtr-flm-table td {
    padding: 17px 16px;
    text-align: left;
    border-bottom: 1px solid #eeeaf0;
    vertical-align: middle;
}
.mtr-flm-table tr:last-child td {
    border-bottom: 0;
}
.mtr-flm-table a {
    color: var(--mtr-primary);
    font-weight: 650;
    text-decoration: none;
}
.mtr-flm-preview {
    margin-top: 14px;
    padding: 10px;
    min-height: 76px;
    border: 1px dashed #cfc7d4;
    border-radius: 10px;
    background: #faf9fb;
}
.mtr-flm-preview img {
    display: block;
    max-width: 240px;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 8px;
}
.mtr-flm-section:has(.mtr-media-btn) {
    padding-bottom: 30px;
}
.mtr-media-btn {
    background: #fff !important;
    color: var(--mtr-primary) !important;
    border-color: #cfc3d8 !important;
}
.mtr-media-btn:hover {
    background: #f8f4fb !important;
}
.mtr-flm-help {
    font-size: 13px;
    line-height: 1.55;
    color: var(--mtr-muted);
    margin: 12px 0 0;
}
.mtr-flm-auth-required {
    text-align: center;
    max-width: 620px;
    padding: 42px;
}
.mtr-flm-auth-required p {
    color: var(--mtr-muted);
    margin: 0 0 20px;
}
.mtr-flm-form > .mtr-flm-btn {
    margin-top: 6px;
}
@media (max-width: 760px) {
    .mtr-flm-card,
    .mtr-flm-auth-required {
        margin: 18px 12px;
        padding: 24px;
        border-radius: 12px;
    }
    .mtr-flm-dashboard {
        margin: 18px 12px;
    }
    .mtr-flm-dashboard > .mtr-flm-card {
        margin: 0;
    }
    .mtr-flm-card h2 {
        font-size: 25px;
    }
    .mtr-flm-grid,
    .mtr-flm-two {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .mtr-flm-section {
        padding: 24px 0;
    }
    .mtr-flm-table {
        min-width: 620px;
    }
    .mtr-flm-notice {
        margin: 14px 12px;
    }
    .mtr-flm-btn {
        width: 100%;
    }
    .mtr-media-btn {
        width: auto;
    }
    .mtr-flm-preview img {
        max-width: 100%;
    }
}

.mtr-flm-gallery-preview { display:flex; flex-wrap:wrap; gap:10px; }
.mtr-flm-gallery-preview img { width:100px; height:100px; object-fit:cover; margin:0; }
.mtr-flm-checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 18px;max-height:360px;overflow:auto;padding:10px;border:1px solid #e2e2e2}.mtr-flm-check{display:flex!important;align-items:center;gap:7px;margin:0!important}.mtr-flm-check input{width:auto!important}.mtr-flm-radio-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:12px 0}.mtr-flm-radio-row strong{width:100%}.mtr-flm-radio-row label{display:inline-flex!important;align-items:center;gap:6px;margin:0!important}.mtr-flm-radio-row input{width:auto!important}.mtr-flm-hours-row{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:12px;align-items:end;padding:10px 0;border-bottom:1px solid #eee}.mtr-flm-hours-row strong{padding-bottom:10px}@media(max-width:700px){.mtr-flm-checkbox-grid{grid-template-columns:1fr}.mtr-flm-hours-row{grid-template-columns:1fr}.mtr-flm-hours-row strong{padding-bottom:0}}


/* Multi-step listing form */
.mtr-flm-steps{display:flex;gap:8px;margin:0 0 28px;overflow-x:auto;padding-bottom:4px}.mtr-flm-step-indicator{flex:1;min-width:92px;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;color:#777;font-weight:600}.mtr-flm-step-indicator span{font-size:13px}.mtr-flm-step-indicator.is-active{border-color:var(--mtr-primary);color:var(--mtr-primary)}.mtr-flm-step-indicator.is-complete{border-color:#bbb;color:#444}.mtr-flm-step-panel{display:none}.mtr-flm-step-panel.is-active{display:block}.mtr-flm-step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.mtr-flm-step-actions .mtr-flm-btn{width:auto}.mtr-flm-section h4{margin:24px 0 12px}.mtr-flm-section select{width:100%;padding:12px;border:1px solid #d8d8d8;border-radius:6px;background:#fff}@media(max-width:760px){.mtr-flm-steps{gap:6px}.mtr-flm-step-indicator{min-width:64px;justify-content:center;padding:9px}.mtr-flm-step-indicator span{display:none}.mtr-flm-step-actions .mtr-flm-btn{width:auto;flex:1}}
