.fcmo-page-wrap {
    background: linear-gradient(180deg, #f5f7ff 0%, #f8f9fc 100%);
    min-height: 100vh;
    padding: 12px;
    overflow-x: clip;
    width: 100%;
    max-width: 100vw;
    touch-action: pan-y;
    overscroll-behavior-x: none;
}
.fcmo-page-wrap {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fcmo-card {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    background: #fdebd7;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(42, 50, 99, 0.12);
    padding: 18px 14px 22px;
    overflow-x: clip;
    box-sizing: border-box;
}

.fcmo-page-wrap,
.fcmo-page-wrap *,
.fcmo-card,
.fcmo-card * {
    box-sizing: border-box;
}

.fcmo-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.fcmo-logo-wrap img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.fcmo-logo-placeholder {
    margin: 0 auto 12px;
    width: 108px;
    height: 108px;
    border-radius: 18px;
    background: #edf1ff;
    color: #4d5ee0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 1px;
}

.fcmo-title {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    font-weight: 600;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fcmo-subtitle {
    margin: 0 0 12px;
    color: #4a4f66;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fcmo-subtitle a {
    color: #4d5ee0;
    text-decoration: none;
    font-weight: 600;
}

.fcmo-notice {
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.fcmo-notice.success {
    background: #ecfff2;
    color: #136b2d;
}

.fcmo-notice.error {
    background: #fff0f0;
    color: #982121;
}

.fcmo-category {
    font-size: 16px;
    margin: 14px 0 8px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

.fcmo-item-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px 112px;
    gap: 6px;
    align-items: center;
    padding: 7px 0;
}

.fcmo-item-main {
    min-width: 0;
    overflow: hidden;
}

.fcmo-item-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    overflow-wrap: anywhere;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fcmo-item-meta {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
    color: #6f7691;
    font-weight: 500;
}

.fcmo-col-price {
    font-size: 14px;
    font-weight: 600;
    color: #2b3255;
    text-align: right;
}

.fcmo-qty {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    min-width: 0;
    justify-content: center;
}

.fcmo-btn {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    border: 1px solid #d7ddf5;
    background: #f7f9ff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #3d4bd1;
    cursor: pointer;
}

.fcmo-qty input {
    width: 44px;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #d7ddf5;
    padding: 6px 2px;
    font-size: 14px;
}

.fcmo-total-wrap {
    margin-top: 16px;
    border-radius: 12px;
    background: #f4f7ff;
    padding: 12px;
    font-size: 18px;
}

.fcmo-prepay {
    margin-top: 12px;
    padding: 10px 12px;
    border-left: 4px solid #4d5ee0;
    background: #f8f9ff;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.fcmo-fields {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.fcmo-fields label,
.fcmo-paid-fieldset {
    display: grid;
    gap: 5px;
    font-size: 14px;
}

.fcmo-fields input,
.fcmo-fields textarea {
    width: 100%;
    border: 1px solid #d7ddf5;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.fcmo-paid-fieldset {
    margin: 0;
    border: 1px solid #d7ddf5;
    border-radius: 10px;
    padding: 10px;
}

.fcmo-paid-fieldset label {
    margin-right: 0;
}

.fcmo-paid-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.fcmo-paid-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fcmo-paid-option span {
    display: block;
    text-align: center;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid #d7ddf5;
    background: #f8faff;
    font-weight: 600;
    color: #4f5675;
    cursor: pointer;
}

.fcmo-paid-option input:checked + span {
    border-color: #4d5ee0;
    background: #4d5ee0;
    color: #ffffff;
}

.fcmo-submit {
    width: 100%;
    margin-top: 14px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #4d5ee0, #3b49be);
    color: #fff;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 380px) {
    .fcmo-item-row {
        grid-template-columns: minmax(0, 1fr) 62px 96px;
        gap: 4px;
    }
    .fcmo-item-title {
        font-size: 13px;
    }
    .fcmo-col-price {
        font-size: 12px;
    }
    .fcmo-item-meta {
        font-size: 11px;
    }
    .fcmo-btn {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    .fcmo-qty input {
        width: 36px;
        font-size: 13px;
        padding: 5px 2px;
    }
}
.devbrothers-theme-section {display: none;}
.fl-builder-content {display: none;}