:root {
    --aksim-pm-green: #16562a;
    --aksim-pm-green-2: #3d7431;
    --aksim-pm-light-green: #eef5e7;
    --aksim-pm-orange: #ed9105;
    --aksim-pm-gold: #ecbf15;
    --aksim-pm-text: #151915;
    --aksim-pm-muted: #4d554e;
    --aksim-pm-border: #d7ddd6;
    --aksim-pm-surface: #ffffff;
    --aksim-pm-bg: #f6f7f4;
}

/* The child theme already renders the AKSIM institutional header. Hide the extra Kadence branding header only. */
.aksim-pm-public-page #masthead,
.aksim-pm-public-page .site-header-wrap,
.aksim-pm-public-page .site-main-header-wrap,
.aksim-pm-public-page .kadence-sticky-header {
    display: none !important;
}

.aksim-pm-public-page .entry-title,
.aksim-pm-public-page .page-title,
.aksim-pm-public-page .entry-header {
    display: none !important;
}

.aksim-pm-public-page .content-area,
.aksim-pm-public-page .site-main,
.aksim-pm-public-page .entry-content-wrap,
.aksim-pm-public-page .entry-content,
.aksim-pm-public-page .content-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aksim-pm-page,
.aksim-pm-page * {
    box-sizing: border-box;
    font-family: Inter, Arial, sans-serif;
}

.aksim-pm-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--aksim-pm-bg);
    color: var(--aksim-pm-text);
}

.aksim-pm-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) minmax(240px, 280px);
    gap: 24px;
    align-items: start;
    width: min(1204px, calc(100% - 24px));
    margin: 0 auto;
    padding: 24px 0 48px;
}

.aksim-pm-layout--full {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1120px;
}

.aksim-pm-main {
    min-width: 0;
    display: grid;
    gap: 18px;
}

.aksim-pm-hero,
.aksim-pm-card,
.aksim-pm-quote,
.aksim-pm-note {
    border: 1px solid var(--aksim-pm-border);
    border-radius: 8px;
    background: var(--aksim-pm-surface);
    box-shadow: 0 8px 24px rgba(22, 86, 42, .06);
}

.aksim-pm-hero {
    padding: 24px;
    border-top: 5px solid var(--aksim-pm-green);
}

.aksim-pm-eyebrow {
    display: inline-block;
    margin: 0 0 8px !important;
    padding: 5px 8px;
    border-radius: 4px;
    background: #e7f1e5;
    color: #111;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.aksim-pm-hero h1 {
    margin: 0;
    color: #111;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.14;
}

.aksim-pm-hero > p:last-child {
    max-width: 760px;
    margin: 10px 0 0;
    color: #343a35;
    font-size: .92rem;
    line-height: 1.65;
}

.aksim-pm-card {
    padding: 22px;
}

.aksim-pm-card h2,
.aksim-pm-card h3,
.aksim-pm-section-heading h2 {
    color: #111;
    font-weight: 800;
    line-height: 1.25;
}

.aksim-pm-card h2,
.aksim-pm-section-heading h2 {
    margin: 0 0 10px;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.aksim-pm-card h3 {
    margin: 0 0 7px;
    font-size: .92rem;
}

.aksim-pm-card p,
.aksim-pm-card li,
.aksim-pm-card address {
    color: #222;
    font-size: .84rem;
    line-height: 1.64;
}

.aksim-pm-card p:last-child {
    margin-bottom: 0;
}

.aksim-pm-card a {
    color: var(--aksim-pm-green);
    font-weight: 700;
}

.aksim-pm-accent {
    width: 54px;
    height: 4px;
    margin: 0 0 14px;
    border-radius: 999px;
    background: var(--aksim-pm-orange);
}

.aksim-pm-lead,
.aksim-pm-section-heading p {
    margin: 0 0 14px;
    color: var(--aksim-pm-muted);
}

.aksim-pm-split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
    gap: 24px;
    align-items: start;
}

.aksim-pm-split--portrait {
    grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr);
}

.aksim-pm-image-card,
.aksim-pm-profile-card,
.aksim-pm-certificate,
.aksim-pm-contact-hero {
    margin: 0;
}

.aksim-pm-image-card img,
.aksim-pm-profile-card img,
.aksim-pm-certificate img,
.aksim-pm-contact-hero img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.aksim-pm-profile-card {
    padding: 14px;
    border: 1px solid var(--aksim-pm-border);
    border-radius: 8px;
    background: #fafbf8;
}

.aksim-pm-profile-card img {
    max-height: 430px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 14px;
}

.aksim-pm-stat-grid,
.aksim-pm-feature-grid,
.aksim-pm-contact-grid,
.aksim-pm-fee-grid,
.aksim-pm-gallery-grid,
.aksim-pm-video-grid {
    display: grid;
    gap: 14px;
}

.aksim-pm-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aksim-pm-stat-grid > div {
    padding: 16px 12px;
    border: 1px solid #cbd8c5;
    border-radius: 7px;
    background: #f4f8f1;
    text-align: center;
}

.aksim-pm-stat-grid strong {
    display: block;
    color: var(--aksim-pm-green);
    font-size: 1.45rem;
    line-height: 1.1;
}

.aksim-pm-stat-grid span {
    display: block;
    margin-top: 6px;
    color: #222;
    font-size: .72rem;
    font-weight: 700;
}

.aksim-pm-feature-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aksim-pm-feature-grid--three,
.aksim-pm-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aksim-pm-feature-grid article,
.aksim-pm-contact-grid article,
.aksim-pm-fee-grid article {
    padding: 15px;
    border: 1px solid var(--aksim-pm-border);
    border-radius: 7px;
    background: #fafbf8;
}

.aksim-pm-feature-grid article img {
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
    border-radius: 50%;
    object-fit: cover;
}

.aksim-pm-quote {
    margin: 0;
    padding: 20px 24px;
    border-left: 5px solid var(--aksim-pm-orange);
    color: #111;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.5;
}

.aksim-pm-numbered-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: aksim-pm-item;
}

.aksim-pm-numbered-list li {
    position: relative;
    min-height: 44px;
    padding: 12px 12px 12px 52px;
    border: 1px solid var(--aksim-pm-border);
    border-radius: 6px;
    background: #fafbf8;
    counter-increment: aksim-pm-item;
}

.aksim-pm-numbered-list li::before {
    content: counter(aksim-pm-item);
    position: absolute;
    top: 10px;
    left: 12px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--aksim-pm-green);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
}

.aksim-pm-note {
    padding: 13px 15px;
    border-left: 4px solid var(--aksim-pm-orange);
    color: #202520;
    font-size: .8rem;
    line-height: 1.55;
}

.aksim-pm-card .aksim-pm-note {
    margin-top: 16px;
    box-shadow: none;
}

.aksim-pm-card-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.aksim-pm-button,
.aksim-pm-doc-actions a,
.aksim-pm-table-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid var(--aksim-pm-green);
    border-radius: 5px;
    background: var(--aksim-pm-green);
    color: #fff !important;
    font-size: .75rem;
    font-weight: 800;
    text-decoration: none;
}

.aksim-pm-button:hover,
.aksim-pm-doc-actions a:hover,
.aksim-pm-table-button:hover {
    background: var(--aksim-pm-green-2);
}

.aksim-pm-pdf-frame {
    width: 100%;
    min-height: 720px;
    overflow: hidden;
    border: 1px solid var(--aksim-pm-border);
    border-radius: 6px;
    background: #efefef;
}

.aksim-pm-pdf-frame iframe {
    display: block;
    width: 100%;
    height: 760px;
    border: 0;
}

.aksim-pm-document-list {
    display: grid;
    gap: 12px;
}

.aksim-pm-document-list article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--aksim-pm-border);
    border-radius: 7px;
    background: #fafbf8;
}

.aksim-pm-document-list h3,
.aksim-pm-document-list p {
    margin: 0 0 4px;
}

.aksim-pm-document-list small {
    color: #666;
    overflow-wrap: anywhere;
}

.aksim-pm-doc-badge {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 7px;
    background: #fff0dc;
    color: #7a3900;
    font-size: .72rem;
    font-weight: 900;
}

.aksim-pm-doc-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.aksim-pm-doc-actions a:last-child {
    border-color: var(--aksim-pm-orange);
    background: var(--aksim-pm-orange);
}

.aksim-pm-fee-grid {
    grid-template-columns: 1fr;
}

.aksim-pm-fee-grid ul {
    margin: 0;
    padding-left: 18px;
}

.aksim-pm-download-panel {
    margin-top: 16px;
    padding: 16px;
    border-radius: 7px;
    background: #eef5e7;
}

.aksim-pm-intro-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.aksim-pm-icon-letter {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: var(--aksim-pm-green);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
}

.aksim-pm-table-wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--aksim-pm-border);
    border-radius: 6px;
}

.aksim-pm-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.aksim-pm-table th,
.aksim-pm-table td {
    padding: 10px;
    border: 1px solid var(--aksim-pm-border);
    color: #111;
    font-size: .75rem;
    line-height: 1.42;
    text-align: left;
    overflow-wrap: anywhere;
}

.aksim-pm-table th {
    background: var(--aksim-pm-green);
    color: #fff;
    font-weight: 800;
}

.aksim-pm-table th:first-child,
.aksim-pm-table td:first-child {
    width: 54px;
    text-align: center;
}

.aksim-pm-table th:nth-child(3),
.aksim-pm-table td:nth-child(3) {
    width: 100px;
}

.aksim-pm-table th:last-child,
.aksim-pm-table td:last-child {
    width: 76px;
    text-align: center;
}

.aksim-pm-table tr:nth-child(even) td {
    background: #f7f8f4;
}

.aksim-pm-table-button {
    min-height: 32px;
    padding: 5px 9px;
}

.aksim-pm-empty-state {
    display: grid;
    justify-items: start;
    gap: 8px;
    min-height: 280px;
    align-content: center;
}

.aksim-pm-certificate {
    max-width: 680px;
    margin: 18px auto;
    padding: 10px;
    border: 1px solid var(--aksim-pm-border);
    border-radius: 7px;
    background: #fafbf8;
}

.aksim-pm-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
}

.aksim-pm-gallery-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 7px;
    background: #eee;
}

.aksim-pm-gallery-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.aksim-pm-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
}

.aksim-pm-video-frame,
.aksim-pm-local-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 0;
    border-radius: 7px;
    background: #111;
}

.aksim-pm-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.aksim-pm-media-caption {
    margin: 7px 0 0 !important;
    color: #555 !important;
    font-size: .72rem !important;
}

.aksim-pm-contact-hero {
    padding: 10px;
}

.aksim-pm-contact-hero img {
    max-height: 420px;
    object-fit: contain;
}

.aksim-pm-contact-grid article {
    overflow-wrap: anywhere;
}

.aksim-pm-map {
    padding: 10px;
}

.aksim-pm-map iframe {
    display: block;
    width: 100%;
    min-height: 430px;
    border: 0;
    border-radius: 6px;
}

/* Right sidebar: reuses the forms provided by AKSIM Homepage Manager. */
.aksim-pm-sidebar {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 16px;
    min-width: 0;
}

.aksim-pm-sidebar .aksim-hpm-form-card,
.aksim-pm-sidebar-contact,
.aksim-pm-sidebar-note {
    overflow: hidden;
    border: 1px solid var(--aksim-pm-green);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(22, 86, 42, .07);
}

.aksim-pm-sidebar .aksim-hpm-form-card__header {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    background: var(--aksim-pm-green);
    color: #fff;
}

.aksim-pm-sidebar .aksim-hpm-form-card__header span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: .72rem;
    font-weight: 900;
}

.aksim-pm-sidebar .aksim-hpm-form-card__header h2 {
    margin: 0;
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
}

.aksim-pm-sidebar .aksim-hpm-form-card form {
    display: grid;
    gap: 9px;
    padding: 12px;
}

.aksim-pm-sidebar .aksim-hpm-form-card label {
    display: grid;
    gap: 4px;
    margin: 0;
    color: #111;
    font-size: .68rem;
    font-weight: 800;
}

.aksim-pm-sidebar .aksim-hpm-form-card label span {
    color: #a62424;
}

.aksim-pm-sidebar .aksim-hpm-form-card input,
.aksim-pm-sidebar .aksim-hpm-form-card textarea {
    width: 100%;
    padding: 8px 9px;
    border: 1px solid #b9c1b8;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-size: .75rem;
}

.aksim-pm-sidebar .aksim-hpm-form-card textarea {
    min-height: 74px;
    resize: vertical;
}

.aksim-pm-sidebar .aksim-hpm-form-card button {
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--aksim-pm-green);
    border-radius: 4px;
    background: var(--aksim-pm-green);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    cursor: pointer;
}

.aksim-pm-sidebar .aksim-hpm-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.aksim-pm-sidebar .aksim-hpm-form-message {
    margin: 10px 12px 0;
    padding: 8px;
    border-radius: 4px;
    font-size: .7rem;
    font-weight: 700;
}

.aksim-pm-sidebar .aksim-hpm-form-message.is-success {
    background: #e7f5e4;
    color: #16470c;
}

.aksim-pm-sidebar .aksim-hpm-form-message.is-error {
    background: #fff0f0;
    color: #751414;
}

.aksim-pm-sidebar-contact,
.aksim-pm-sidebar-note {
    padding: 14px;
}

.aksim-pm-sidebar-contact h2,
.aksim-pm-sidebar-note h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: .92rem;
    font-weight: 800;
}

.aksim-pm-sidebar-contact p,
.aksim-pm-sidebar-note p,
.aksim-pm-sidebar-contact address,
.aksim-pm-sidebar-contact a {
    display: block;
    margin: 0 0 7px;
    color: #222;
    font-size: .72rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.aksim-pm-sidebar-contact a {
    color: var(--aksim-pm-green);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 980px) {
    .aksim-pm-layout {
        grid-template-columns: minmax(0, 1fr);
        width: min(900px, calc(100% - 24px));
    }
    .aksim-pm-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .aksim-pm-sidebar-contact,
    .aksim-pm-sidebar-note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .aksim-pm-layout {
        width: min(100%, calc(100% - 16px));
        padding: 14px 0 34px;
        gap: 14px;
    }
    .aksim-pm-main {
        gap: 14px;
    }
    .aksim-pm-hero,
    .aksim-pm-card {
        padding: 16px;
        border-radius: 6px;
    }
    .aksim-pm-split,
    .aksim-pm-split--portrait,
    .aksim-pm-stat-grid,
    .aksim-pm-feature-grid--two,
    .aksim-pm-feature-grid--three,
    .aksim-pm-contact-grid,
    .aksim-pm-gallery-grid,
    .aksim-pm-video-grid,
    .aksim-pm-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }
    .aksim-pm-card-toolbar,
    .aksim-pm-document-list article {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }
    .aksim-pm-doc-actions {
        justify-content: flex-start;
    }
    .aksim-pm-pdf-frame,
    .aksim-pm-pdf-frame iframe {
        min-height: 560px;
        height: 560px;
    }
    .aksim-pm-intro-card {
        grid-template-columns: 1fr;
    }
    .aksim-pm-table-wrap {
        border: 0;
        overflow: visible;
    }
    .aksim-pm-table,
    .aksim-pm-table tbody,
    .aksim-pm-table tr,
    .aksim-pm-table td {
        display: block;
        width: 100% !important;
    }
    .aksim-pm-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }
    .aksim-pm-table tr {
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid var(--aksim-pm-border);
        border-radius: 6px;
        background: #fff;
    }
    .aksim-pm-table td {
        position: relative;
        min-height: 42px;
        padding: 10px 10px 10px 38%;
        border: 0;
        border-bottom: 1px solid var(--aksim-pm-border);
        text-align: left !important;
    }
    .aksim-pm-table td:last-child {
        border-bottom: 0;
    }
    .aksim-pm-table td::before {
        content: attr(data-label);
        position: absolute;
        top: 10px;
        left: 10px;
        width: 32%;
        color: #111;
        font-weight: 800;
    }
    .aksim-pm-map iframe {
        min-height: 360px;
    }
}


/* v1.0.1: align the shared institutional masthead and primary navigation
   with the 1220px Homepage Manager shell on every managed page. */
@media (min-width: 768px) {
    .aksim-pm-public-page .aksim-institutional-banner {
        background: #fff;
        border-bottom: 0;
    }

    .aksim-pm-public-page .aksim-institutional-banner__inner {
        width: min(1220px, calc(100% - 32px));
        min-height: 0;
        margin-inline: auto;
        padding: 0;
        background: #fff;
    }

    .aksim-pm-public-page .aksim-institutional-banner__inner picture {
        display: block;
        width: 100%;
        max-width: none;
    }

    .aksim-pm-public-page .aksim-institutional-banner__image {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: contain;
    }

    .aksim-pm-public-page .aksim-brand-nav {
        background: #fff;
        box-shadow: none;
    }

    .aksim-pm-public-page .aksim-brand-nav__inner {
        display: flex;
        width: min(1220px, calc(100% - 32px));
        min-height: 0;
        margin-inline: auto;
        padding-inline: 8px;
        align-items: stretch;
        justify-content: center;
        gap: 0;
        background: linear-gradient(110deg, #16562a, #3d7431);
        border-bottom: 4px solid #ecbf15;
        box-shadow: 0 7px 20px rgba(22, 86, 42, .18);
    }

    /* The homepage hides the text brand on desktop; use the same structure here. */
    .aksim-pm-public-page .aksim-brand-nav__home {
        display: none !important;
    }

    .aksim-pm-public-page .aksim-brand-nav__menu {
        width: 100%;
        margin: 0;
    }

    .aksim-pm-public-page .aksim-brand-nav__list {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        gap: 0;
        margin: 0;
        padding: 0;
    }

    .aksim-pm-public-page .aksim-brand-nav__list > li {
        flex: 0 0 auto;
        margin: 0;
    }

    .aksim-pm-public-page .aksim-brand-nav__list > li > a {
        display: flex;
        min-height: 48px;
        padding: 8px 13px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: .78rem;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
        white-space: nowrap;
        border-bottom: 3px solid transparent;
    }

    .aksim-pm-public-page .aksim-brand-nav__list > li > a::after {
        left: 13px;
        right: 13px;
        bottom: 5px;
        height: 3px;
        background: #ed9105;
    }

    .aksim-pm-public-page .aksim-brand-nav__list > li > a:hover,
    .aksim-pm-public-page .aksim-brand-nav__list > li.current-menu-item > a,
    .aksim-pm-public-page .aksim-brand-nav__list > li.current_page_item > a {
        color: #fff;
        background: rgba(255, 255, 255, .08);
    }
}

@media (max-width: 767px) {
    .aksim-pm-public-page .aksim-institutional-banner__inner {
        width: calc(100% - 18px);
        min-height: 0;
        margin-inline: auto;
        padding: 0;
    }

    .aksim-pm-public-page .aksim-institutional-banner__inner picture,
    .aksim-pm-public-page .aksim-institutional-banner__image {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
    }

    .aksim-pm-public-page .aksim-brand-nav__inner {
        width: 100%;
        min-height: 54px;
        padding-inline: 9px;
        gap: 12px;
        background: linear-gradient(110deg, #16562a, #3d7431);
        border-bottom: 4px solid #ecbf15;
    }

    .aksim-pm-public-page .aksim-brand-nav__home {
        display: inline-flex !important;
        min-height: 54px;
        align-items: center;
        color: #fff;
    }

    .aksim-pm-public-page .aksim-brand-nav__toggle {
        margin-left: auto;
    }

    .aksim-pm-public-page .aksim-brand-nav__menu {
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
    }

    .aksim-pm-public-page .aksim-brand-nav__list a {
        white-space: normal;
    }
}

@media print {
    .aksim-pm-sidebar,
    .aksim-pm-public-page header,
    .aksim-pm-public-page footer {
        display: none !important;
    }
    .aksim-pm-layout {
        display: block;
        width: 100%;
        padding: 0;
    }
    .aksim-pm-card,
    .aksim-pm-hero {
        box-shadow: none;
    }
}
