/* ==========================================================================
   D&B Properties — Developer Single Page Styles
   ========================================================================== */

/* ═══ HERO ═══ */
.dev-hero {
    background: #0B0B45;
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.dev-hero::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(5, 61, 160, .22);
    pointer-events: none
}

.dev-hero::after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    pointer-events: none
}

.dev-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2
}

/* Breadcrumb */
.developer-single .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 32px;
    flex-wrap: wrap
}

.developer-single .breadcrumb a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    transition: color .2s
}

.developer-single .breadcrumb a:hover {
    color: #fff
}

.developer-single .breadcrumb span {
    opacity: .5
}

.developer-single .breadcrumb .current {
    color: rgba(255, 255, 255, .95);
    font-weight: 600;
    opacity: 1
}

/* Developer Header */
.dev-header {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap
}

.dev-logo-wrap {
    width: 120px;
    height: 120px;
    background: var(--white, #fff);
    border-radius: var(--radius-lg, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11)
}

.dev-logo-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.dev-info h1 {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 8px
}

.dev-tagline {
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 16px
}

.dev-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.dev-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, .85)
}

.dev-meta-item svg {
    width: 18px;
    height: 18px;
    stroke: rgba(255, 255, 255, .6);
    fill: none
}

/* Hero Stats */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    background: rgba(255, 255, 255, .08);
    border-radius: var(--radius-lg, 10px);
    padding: 32px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .1);
    align-items: end;
}

.hero-stat {
    text-align: center
}

.hero-stat-val {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: clamp(22px, 3vw, 23px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px
}

.hero-stat-lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    letter-spacing: 1px
}

/* ═══ SECTION STYLES ═══ */
.developer-single .section {
    padding: 80px 0
}

.developer-single .section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.developer-single .section-header {
    max-width: 720px;
    margin-bottom: 48px
}

.developer-single .section-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--blue, #053DA0);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px
}

.developer-single .section-title {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 600;
    color: var(--navy, #0B0B45);
    line-height: 1.2;
    margin-bottom: 16px
}

.developer-single .section-desc {
    font-size: 16px;
    color: var(--muted, rgba(35, 35, 35, .52));
    line-height: 1.8
}

.developer-single .section-bg-light {
    background: var(--bg, #F4F5F7)
}

/* ═══ ABOUT ═══ */
.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: center
}

.about-prose p {
    font-size: 15px;
    color: var(--dark, #232323);
    line-height: 1.85;
    margin-bottom: 20px
}

.about-prose h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy, #0B0B45);
    margin: 32px 0 16px
}

.about-prose strong {
    color: var(--navy, #0B0B45)
}

.about-achievements {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.achievement-item {
    background: rgba(5, 61, 160, .09);
    border-radius: var(--radius, 6px);
    padding: 20px;
    border-left: 3px solid var(--blue, #053DA0)
}

.achievement-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy, #0B0B45);
    margin-bottom: 6px
}

.achievement-item p {
    font-size: 13px;
    color: var(--muted, rgba(35, 35, 35, .52));
    margin: 0;
    line-height: 1.6
}

.about-image {
    position: relative;
    border-radius: var(--radius-lg, 10px);
    overflow: hidden;
    height: 100%;
    min-height: 400px
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* ═══ KEY NUMBERS ═══ */
.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.number-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, rgba(11, 11, 69, .1));
    border-radius: var(--radius-lg, 10px);
    padding: 32px 24px;
    text-align: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.number-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.number-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: var(--radius, 6px);
    background: rgba(5, 61, 160, .09);
    display: flex;
    align-items: center;
    justify-content: center
}

.number-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--blue, #053DA0);
    fill: none
}

.number-value {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: 36px;
    font-weight: 700;
    color: var(--navy, #0B0B45);
    margin-bottom: 8px;
    line-height: 1
}

.number-label {
    font-size: 13px;
    color: var(--muted, rgba(35, 35, 35, .52));
    text-transform: uppercase;
    letter-spacing: .8px
}

/* ═══ PROJECTS GRID ═══ */
.developer-single .projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

/* Card styles now in cards.css (loaded globally) */

/* Pagination wrap (layout only — button styles live in global.css) */
.developer-single .pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.developer-single .pg-info {
    font-size: 13px;
    color: var(--muted, rgba(35, 35, 35, .52))
}

.developer-single .pagination {
    gap: 8px
}

/* ═══ AREAS GRID ═══ */
.developer-single .areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.developer-single .area-card {
    background: var(--white, #fff);
    border-radius: var(--radius-lg, 10px);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(11, 11, 69, .07);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid var(--border, rgba(11, 11, 69, .1));
    text-decoration: none;
    display: block
}

.developer-single .area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.developer-single .area-img {
    height: 200px;
    overflow: hidden;
    position: relative
}

.developer-single .area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease
}

.developer-single .area-card:hover .area-img img {
    transform: scale(1.06)
}

.developer-single .area-card-body {
    padding: 24px
}

.developer-single .area-name {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: 24px;
    font-weight: 600;
    color: var(--navy, #0B0B45);
    margin-bottom: 12px;
    line-height: 1.25
}

.developer-single .area-desc {
    font-size: 14px;
    color: var(--muted, rgba(35, 35, 35, .52));
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.developer-single .area-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.developer-single .area-stat {
    text-align: center;
    padding: 12px;
    background: var(--bg, #F4F5F7);
    border-radius: var(--radius, 6px)
}

.developer-single .area-stat-val {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--navy, #0B0B45);
    line-height: 1;
    margin-bottom: 4px
}

.developer-single .area-stat-lbl {
    font-size: 10px;
    color: var(--muted, rgba(35, 35, 35, .52));
    text-transform: uppercase;
    letter-spacing: .5px
}

/* ═══ WHY INVEST ═══ */
.invest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.invest-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, rgba(11, 11, 69, .1));
    border-radius: var(--radius-lg, 10px);
    padding: 28px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.invest-card:hover {
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.invest-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius, 6px);
    background: rgba(5, 61, 160, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.invest-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--blue, #053DA0);
    fill: none
}

.invest-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy, #0B0B45);
    margin-bottom: 12px
}

.invest-card p {
    font-size: 14px;
    color: var(--muted, rgba(35, 35, 35, .52));
    line-height: 1.75;
    margin: 0
}

/* ═══ FAQ (Replaced by component) ═══ */

/* ═══ RELATED DEVELOPERS ═══ */
.dev-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.dev-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, rgba(11, 11, 69, .1));
    border-radius: var(--radius-lg, 10px);
    padding: 24px;
    text-align: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    display: block
}

.dev-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.dev-card-logo {
    width: 100%;
    height: 80px;
    background: var(--bg, #F4F5F7);
    border-radius: var(--radius, 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 16px
}

.dev-card-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

/* ==========================================================================
   DEVELOPER SINGLE RESPONSIVE
   ========================================================================== */
@media(max-width: 1024px) {
    .developer-single .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .developer-single .numbers-grid,
    .developer-single .projects-grid,
    .developer-single .areas-grid,
    .developer-single .invest-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .developer-single .dev-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .developer-single .about-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media(max-width: 768px) {
    .developer-single .dev-hero {
        padding: 40px 0;
    }

    .developer-single .dev-hero-content {
        padding: 0 20px;
    }

    .developer-single .dev-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .developer-single .dev-logo-wrap {
        width: 100%;
        height: auto;
        padding: 40px;
    }

    .dev-logo-wrap img {
        width: 50%;
    }

    .developer-single .dev-info h1 {
        font-size: 32px;
    }

    .developer-single .hero-stats {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 16px;
    }

    .developer-single .section {
        padding: 50px 0;
    }

    .developer-single .section-inner {
        padding: 0 20px;
    }

    .developer-single .about-achievements {
        grid-template-columns: 1fr;
    }

    .developer-single .numbers-grid,
    .developer-single .projects-grid,
    .developer-single .areas-grid,
    .developer-single .invest-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .developer-single .dev-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .developer-single .section-title {
        font-size: 28px;
    }
}

@media(max-width: 480px) {
    .developer-single .dev-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   DEVELOPER ARCHIVE — LISTING PAGE
   ========================================================================== */

/* ── Page Banner ── */
.developer-archive .page-banner {
    background: #0B0B45;
    padding: 52px 0 48px;
    position: relative;
    overflow: hidden
}

.developer-archive .page-banner::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(5, 61, 160, .22);
    pointer-events: none
}

.developer-archive .page-banner::after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    pointer-events: none
}

.developer-archive .pb-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.developer-archive .pb-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 20px;
    flex-wrap: wrap
}

.developer-archive .pb-breadcrumb a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .2s
}

.developer-archive .pb-breadcrumb a:hover {
    color: #fff
}

.developer-archive .pb-breadcrumb span {
    opacity: .4
}

.developer-archive .pb-breadcrumb .current {
    color: rgba(255, 255, 255, .85)
}

.developer-archive .pb-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.developer-archive .pb-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 10px
}

.developer-archive .pb-title {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.02em
}

.developer-archive .pb-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .62);
    margin-top: 10px;
    max-width: 620px;
    line-height: 1.7
}

/* Search bar styles in archive-search-card.css */

/* Loading overlay */
.developer-archive .loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.developer-archive .loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(11, 11, 69, 0.1);
    border-top-color: #0B0B45;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* ── Toolbar ── */
.developer-archive .toolbar {
    background: var(--white, #fff);
    border-bottom: 1px solid rgba(11, 11, 69, .1)
}

.developer-archive .toolbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.developer-archive .results-count {
    font-size: 14px;
    color: rgba(35, 35, 35, .52)
}

.developer-archive .results-count strong {
    color: #0B0B45;
    font-weight: 700
}

.developer-archive .toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px
}

.developer-archive .sort-select {
    appearance: none;
    background: #fff;
    border: 1.5px solid rgba(11, 11, 69, .1);
    border-radius: 6px;
    padding: 10px 34px 10px 12px;
    font-family: var(--sans, 'Poppins', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #0B0B45;
    cursor: pointer;
    outline: none;
    transition: border-color .2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230B0B45' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 11px center
}

.developer-archive .sort-select:focus {
    border-color: #053DA0
}

/* View toggle removed */

/* ── Listing Container ── */
.developer-archive .listing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 40px 80px
}

/* ── Area Grid ── */
.developer-archive .areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

/* ── Area Card ── */
.developer-archive .area-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(11, 11, 69, .07);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid rgba(11, 11, 69, .1);
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: inherit
}

.developer-archive .area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.developer-archive .area-card.hidden {
    display: none
}

.developer-archive .area-img {
    height: 220px;
    overflow: hidden;
    position: relative
}

.developer-archive .area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease
}

.developer-archive .area-card:hover .area-img img {
    transform: scale(1.06)
}

.developer-archive .area-featured {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(11, 11, 69, .88);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .6px;
    backdrop-filter: blur(8px);
    z-index: 2
}

/* custom: dev logo overlay */
.developer-archive .dev-card-logo-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 80px;
    height: 60px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-top: 1px solid rgba(11, 11, 69, .1);
    border-left: 1px solid rgba(11, 11, 69, .1);
}

.developer-archive .dev-card-logo-overlay img {
    max-width: 100%;
    height: auto;
    max-height: 3.5rem;
    object-fit: contain;
    transition: none !important;
}

.developer-archive .area-card-body {
    padding: 24px
}

.developer-archive .area-zone {
    font-size: 11px;
    color: #053DA0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 6px
}

.developer-archive .area-name {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: 26px;
    font-weight: 600;
    color: #0B0B45;
    margin-bottom: 12px;
    line-height: 1.25
}

.developer-archive .area-desc {
    font-size: 14px;
    color: rgba(35, 35, 35, .52);
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.developer-archive .area-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(11, 11, 69, .1)
}

.developer-archive .area-stat {
    text-align: center
}

.developer-archive .area-stat-val {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #0B0B45;
    line-height: 1;
    margin-bottom: 4px
}

.developer-archive .area-stat-lbl {
    font-size: 10px;
    color: rgba(35, 35, 35, .52);
    text-transform: uppercase;
    letter-spacing: .5px
}

.developer-archive .area-cta {
    width: 100%;
    padding: 11px 0;
    background: #053DA0;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
    font-family: var(--sans, 'Poppins', sans-serif);
    text-decoration: none;
    display: block
}

.developer-archive .area-card:hover .area-cta {
    background: #0B0B45
}

/* ── List View ── */
/* List view removed */

/* ── Pagination wrap (layout only — button styles live in global.css) ── */
.developer-archive .pagination-wrap {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.developer-archive .pg-info {
    font-size: 13px;
    color: rgba(35, 35, 35, .52)
}

.developer-archive .pagination {
    gap: 8px
}

.developer-archive .pg-ellipsis {
    color: rgba(35, 35, 35, .52);
    font-size: 18px;
    padding: 0 6px;
    line-height: 1
}

/* ── No Results ── */
.developer-archive .no-results {
    text-align: center;
    padding: 80px 20px;
    font-size: 16px;
    color: rgba(35, 35, 35, .52)
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media(max-width:1100px) {
    .developer-archive .areas-grid {
        grid-template-columns: 1fr 1fr !important
    }
}

@media(max-width:768px) {

    .developer-archive .pb-inner,
    .developer-archive .toolbar-inner,
    .developer-archive .listing-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .developer-archive .listing-container {
        padding-top: 20px;
        padding-bottom: 60px
    }

    .developer-archive .areas-grid {
        grid-template-columns: 1fr !important
    }

    .developer-archive .toolbar-inner {
        flex-wrap: wrap
    }
}