/* First-stage split for the MADO plan page.
   Source selectors are copied from public/style.css and scoped to action=plan. */

.mado-portal-shell--action-plan .mado-portal-container {
    width: 100%;
    max-width: none;
}

.mado-portal-shell--action-plan .mado-portal-page-heading {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    color: #0f172a;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

.mado-portal-shell--action-plan .mado-portal-inline-heading {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.mado-portal-shell--action-plan .mado-portal-inline-heading__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 0;
    color: #475569;
}

.mado-portal-shell--action-plan .mado-portal-inline-heading__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}
