/* GGurgenidze Exact Services Screen UI v3
   Target: the provided services marketplace screenshot.
   Scope: visual shell and card system only. */

:root {
    --ggv3-sidebar: #001b38;
    --ggv3-sidebar-2: #002344;
    --ggv3-blue: #006fea;
    --ggv3-blue-hover: #005dcc;
    --ggv3-page: #f4f7fb;
    --ggv3-paper: #ffffff;
    --ggv3-line: #d9e1ea;
    --ggv3-soft-line: #e8edf3;
    --ggv3-ink: #101b2e;
    --ggv3-muted: #6c7788;
    --ggv3-shadow: 0 3px 12px rgba(16, 30, 52, .08);
    --ggv3-shadow-card: 0 2px 9px rgba(16, 30, 52, .07);
}

html,
body {
    background: var(--ggv3-page) !important;
    color: var(--ggv3-ink) !important;
}

body {
    margin: 0 !important;
    font-family: Arial, "Noto Sans Georgian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    letter-spacing: 0 !important;
}

button,
input,
textarea,
select {
    font: inherit !important;
}

@media (min-width: 1024px) {
    body.is-authenticated {
        overflow-x: hidden;
    }

    body.is-authenticated .site-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 180px !important;
        z-index: 80 !important;
        min-height: 58px !important;
        height: 58px !important;
        border-bottom: 1px solid #dde4ee !important;
        background: rgba(255, 255, 255, .98) !important;
        box-shadow: 0 1px 6px rgba(20, 37, 61, .05) !important;
        backdrop-filter: blur(10px);
    }

    body.is-authenticated .site-header .nav-wrap {
        width: 100% !important;
        max-width: none !important;
        min-height: 58px !important;
        height: 58px !important;
        padding: 0 28px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    body.is-authenticated .site-header .brand,
    body.is-authenticated .site-header .gg-language-switcher,
    body.is-authenticated .site-header .logout-button {
        display: none !important;
    }

    .gg-desktop-top-tools-v3 {
        display: inline-flex !important;
        align-items: center !important;
        gap: 22px !important;
        color: #111827 !important;
    }

    .gg-desktop-tool-v3 {
        display: inline-grid !important;
        width: 26px !important;
        height: 26px !important;
        place-items: center !important;
        border: 0 !important;
        background: transparent !important;
        color: #0f172a !important;
        text-decoration: none !important;
    }

    .gg-desktop-tool-v3 svg,
    .gg-top-profile-chip-v3 svg {
        width: 21px !important;
        height: 21px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2.1 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    body.is-authenticated .header-actions {
        gap: 22px !important;
        margin-left: auto !important;
    }

    body.is-authenticated .notification-button {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        color: #111827 !important;
    }

    body.is-authenticated .notification-button:hover,
    body.is-authenticated .notification-button.is-active {
        background: #eef4ff !important;
        color: var(--ggv3-blue) !important;
    }

    .gg-top-profile-chip-v3 {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 42px !important;
        color: #172033 !important;
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    .gg-top-profile-chip-v3 img,
    .gg-top-profile-chip-v3 span {
        display: grid !important;
        width: 36px !important;
        height: 36px !important;
        flex: 0 0 36px !important;
        place-items: center !important;
        overflow: hidden !important;
        border-radius: 50% !important;
        background: #e9f2ff !important;
        color: var(--ggv3-blue) !important;
        object-fit: cover !important;
        font-weight: 900 !important;
    }

    .gg-top-profile-chip-v3 svg {
        width: 16px !important;
        height: 16px !important;
        stroke-width: 2.2 !important;
    }

    body.is-authenticated .app-shell.container {
        display: block !important;
        width: auto !important;
        max-width: none !important;
        min-height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.is-authenticated .account-sidebar {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 90 !important;
        display: flex !important;
        width: 180px !important;
        min-height: 100vh !important;
        flex-direction: column !important;
        padding: 0 7px 18px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border: 0 !important;
        border-radius: 0 !important;
        background:
            linear-gradient(180deg, #002143 0%, #00162f 100%) !important;
        box-shadow: 6px 0 18px rgba(0, 19, 43, .16) !important;
    }

    .gg-sidebar-brand-v3 {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        height: 58px !important;
        padding: 0 10px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        letter-spacing: -.02em !important;
        white-space: nowrap !important;
    }

    .gg-sidebar-brand-mark-v3 {
        display: grid !important;
        width: 33px !important;
        height: 33px !important;
        place-items: center !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #047cff, #005ed6) !important;
        color: #fff !important;
        font-size: 19px !important;
        font-weight: 950 !important;
        line-height: 1 !important;
    }

    body.is-authenticated .account-sidebar > .sidebar-identity,
    body.is-authenticated .account-sidebar > .sidebar-divider,
    body.is-authenticated .account-sidebar > .gg-sidebar-legal-links {
        display: none !important;
    }

    body.is-authenticated .sidebar-nav {
        display: grid !important;
        gap: 8px !important;
        margin-top: 27px !important;
    }

    body.is-authenticated .sidebar-nav-link,
    body.is-authenticated .sidebar-nav-link:hover,
    body.is-authenticated .sidebar-nav-link.is-active,
    body.is-authenticated .sidebar-nav-link.is-active:hover {
        min-height: 38px !important;
        padding: 7px 12px !important;
        gap: 12px !important;
        border: 1px solid transparent !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        transform: none !important;
        color: rgba(255, 255, 255, .88) !important;
        background: transparent !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        text-decoration: none !important;
    }

    body.is-authenticated .sidebar-nav-link:hover {
        background: rgba(255, 255, 255, .08) !important;
        color: #fff !important;
    }

    body.is-authenticated .sidebar-nav-link.is-active,
    body.is-authenticated .sidebar-nav-link.is-active:hover {
        background: var(--ggv3-blue) !important;
        border-color: rgba(255, 255, 255, .12) !important;
        color: #fff !important;
    }

    body.is-authenticated .sidebar-nav-link > span:not(.sidebar-nav-icon):not(.sidebar-count-badge) {
        color: inherit !important;
    }

    body.is-authenticated .sidebar-nav-icon,
    body.is-authenticated .sidebar-nav-icon[data-menu-icon],
    body.is-authenticated .sidebar-nav-link:hover .sidebar-nav-icon[data-menu-icon],
    body.is-authenticated .sidebar-nav-link.is-active .sidebar-nav-icon[data-menu-icon] {
        display: grid !important;
        width: 22px !important;
        height: 22px !important;
        flex: 0 0 22px !important;
        place-items: center !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: currentColor !important;
    }

    body.is-authenticated .sidebar-nav-icon svg {
        width: 18px !important;
        height: 18px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
    }

    body.is-authenticated .sidebar-count-badge {
        min-width: 18px !important;
        height: 18px !important;
        margin-left: auto !important;
        padding: 0 5px !important;
        border-radius: 999px !important;
        background: #1f8cff !important;
        color: #fff !important;
        font-size: 10px !important;
    }

    .gg-sidebar-logout-v3 {
        display: block !important;
        margin-top: auto !important;
        padding: 18px 9px 0 !important;
    }

    .gg-sidebar-logout-v3 button {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        min-height: 38px !important;
        padding: 7px 4px !important;
        border: 0 !important;
        background: transparent !important;
        color: rgba(255, 255, 255, .88) !important;
        cursor: pointer !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    .gg-sidebar-logout-v3 svg {
        width: 19px !important;
        height: 19px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    body.is-authenticated .app-content {
        min-width: 0 !important;
        min-height: 100vh !important;
        margin-left: 180px !important;
        padding: 78px 26px 44px !important;
    }

    body.is-authenticated .app-content > * {
        max-width: 998px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.is-authenticated .feed-column,
    body.is-authenticated .feed-pro-column {
        max-width: 840px !important;
    }
}

.card,
.feed-post,
.composer-card,
.profile-card,
.messages-sidebar,
.chat-card,
.notification-item,
.table-wrap,
.admin-panel,
.admin-table-card,
.admin-stat-card,
.phase7-person-card,
.phase6-content-result,
.gg-shop-card,
.gg-job-card,
.gg-job-detail,
.gg-job-form {
    border: 1px solid var(--ggv3-line) !important;
    border-radius: 7px !important;
    background: var(--ggv3-paper) !important;
    box-shadow: var(--ggv3-shadow-card) !important;
}

h1,
h2,
h3 {
    color: var(--ggv3-ink) !important;
    letter-spacing: -.025em !important;
}

.muted,
.notification-page-header p,
.phase6-page-header p,
.phase7-connections-header p,
.gg-jobs-hero p,
.gg-shop-head p {
    color: var(--ggv3-muted) !important;
}

.button,
.btn-primary,
.primary-button,
.gg-job-button,
.fb-composer-submit {
    min-height: 41px !important;
    padding: 10px 16px !important;
    border: 1px solid var(--ggv3-blue) !important;
    border-radius: 5px !important;
    background: var(--ggv3-blue) !important;
    color: #fff !important;
    box-shadow: 0 5px 13px rgba(0, 111, 234, .18) !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.button:hover,
.btn-primary:hover,
.primary-button:hover,
.gg-job-button:hover,
.fb-composer-submit:hover:not(:disabled) {
    background: var(--ggv3-blue-hover) !important;
    border-color: var(--ggv3-blue-hover) !important;
    transform: none !important;
    filter: none !important;
}

.button.secondary,
.button.secondary:hover,
.gg-jobs .button.secondary,
.gg-shop-tabs a {
    border-color: #c9d5e4 !important;
    background: #fff !important;
    color: #17406f !important;
    box-shadow: none !important;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
    min-height: 41px !important;
    border: 1px solid #cdd7e4 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: var(--ggv3-ink) !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
    border-color: #7aaef2 !important;
    box-shadow: 0 0 0 3px rgba(0, 111, 234, .12) !important;
}

@media (min-width: 1024px) {
    .gg-jobs {
        max-width: 998px !important;
    }

    .gg-jobs-hero {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 24px !important;
        padding: 0 !important;
        margin: 0 0 20px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .gg-jobs-kicker {
        display: none !important;
    }

    .gg-jobs-hero h1 {
        margin: 0 0 8px !important;
        font-size: 42px !important;
        line-height: 1.08 !important;
        font-weight: 900 !important;
    }

    .gg-jobs:not(:has(.gg-job-form)):not(:has(.gg-job-detail)) .gg-jobs-hero h1 {
        font-size: 0 !important;
    }

    .gg-jobs:not(:has(.gg-job-form)):not(:has(.gg-job-detail)) .gg-jobs-hero h1::before {
        content: "სერვისები";
        font-size: 42px !important;
        line-height: 1.08 !important;
        font-weight: 900 !important;
    }

    .gg-jobs-hero p {
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .gg-jobs:not(:has(.gg-job-form)):not(:has(.gg-job-detail)) .gg-jobs-hero p {
        max-width: 560px !important;
        font-size: 0 !important;
    }

    .gg-jobs:not(:has(.gg-job-form)):not(:has(.gg-job-detail)) .gg-jobs-hero p::before {
        content: "იპოვეთ სანდო ქართველი სპეციალისტები";
        color: var(--ggv3-muted);
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .gg-jobs-actions {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding-top: 7px !important;
    }

    .gg-jobs:not(:has(.gg-job-form)):not(:has(.gg-job-detail)) .gg-jobs-actions .button:first-child {
        min-width: 207px !important;
        font-size: 0 !important;
    }

    .gg-jobs:not(:has(.gg-job-form)):not(:has(.gg-job-detail)) .gg-jobs-actions .button:first-child::before {
        content: "+  ვაკანსიის დამატება";
        font-size: 15px !important;
    }

    .gg-jobs-filter {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, .72fr) 117px !important;
        align-items: end !important;
        gap: 17px !important;
        padding: 18px 17px 16px !important;
        margin: 0 0 19px !important;
        border: 1px solid #d4dce7 !important;
        border-radius: 5px !important;
        background: #fff !important;
        box-shadow: var(--ggv3-shadow) !important;
    }

    .gg-jobs-field {
        gap: 8px !important;
    }

    .gg-jobs-field label {
        color: #1d2535 !important;
        font-size: 14px !important;
        font-weight: 900 !important;
    }

    .gg-jobs-filter .gg-jobs-field:nth-child(2) label {
        font-size: 0 !important;
    }

    .gg-jobs-filter .gg-jobs-field:nth-child(2) label::before {
        content: "ლოკაცია";
        font-size: 14px !important;
    }

    .gg-jobs-filter input,
    .gg-jobs-filter select {
        height: 41px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
    }

    .gg-jobs-filter-buttons {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .gg-jobs-filter-buttons .button {
        width: 100% !important;
        height: 41px !important;
        min-height: 41px !important;
        padding: 0 14px !important;
        font-size: 0 !important;
    }

    .gg-jobs-filter-buttons .button:first-child::before {
        content: "⌕  ძებნა";
        font-size: 14px !important;
    }

    .gg-jobs-filter-buttons .button.secondary {
        display: none !important;
    }

    .gg-services-categories-v3 {
        margin: 0 0 18px !important;
    }

    .gg-services-categories-v3 h2,
    .gg-jobs .gg-jobs-grid::before {
        display: block !important;
        margin: 0 0 12px !important;
        color: var(--ggv3-ink) !important;
        font-size: 20px !important;
        font-weight: 900 !important;
        line-height: 1.2 !important;
    }

    .gg-services-category-grid-v3 {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 15px !important;
    }

    .gg-services-category-card-v3 {
        display: grid !important;
        min-height: 97px !important;
        place-items: center !important;
        gap: 8px !important;
        padding: 12px 8px !important;
        border: 1px solid #d8e0ea !important;
        border-radius: 6px !important;
        background: #fff !important;
        color: #1d2535 !important;
        box-shadow: var(--ggv3-shadow-card) !important;
        text-align: center !important;
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: 900 !important;
    }

    .gg-services-category-icon-v3 {
        display: grid !important;
        width: 36px !important;
        height: 36px !important;
        place-items: center !important;
        color: #075bbd !important;
    }

    .gg-services-category-icon-v3 svg {
        width: 35px !important;
        height: 35px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.8 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .gg-jobs-grid {
        position: relative !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 15px !important;
        padding-top: 37px !important;
    }

    .gg-jobs-grid::before {
        content: "რეკომენდებული სერვისები";
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }

    .gg-job-card {
        position: relative !important;
        display: flex !important;
        min-height: 338px !important;
        flex-direction: column !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 7px !important;
    }

    .gg-job-card::before {
        content: "" !important;
        display: block !important;
        height: 126px !important;
        flex: 0 0 126px !important;
        border-bottom: 1px solid #e1e7ef !important;
        background:
            linear-gradient(135deg, rgba(0, 31, 63, .10), rgba(255, 255, 255, .12)),
            linear-gradient(120deg, #20344e, #d9e2ea) !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .gg-job-card:nth-child(3n + 1)::before {
        background:
            radial-gradient(circle at 77% 48%, rgba(197, 151, 66, .48) 0 11%, transparent 12%),
            linear-gradient(90deg, rgba(31, 24, 19, .92), rgba(107, 75, 47, .2)),
            linear-gradient(120deg, #2b2117 0%, #4a3426 48%, #d8c1a0 100%) !important;
    }

    .gg-job-card:nth-child(3n + 2)::before {
        background:
            radial-gradient(circle at 82% 30%, rgba(61, 103, 59, .28) 0 12%, transparent 13%),
            linear-gradient(90deg, rgba(42, 44, 46, .55), transparent),
            linear-gradient(120deg, #24272b 0%, #d9dde0 52%, #f3f5f7 100%) !important;
    }

    .gg-job-card:nth-child(3n + 3)::before {
        background:
            radial-gradient(circle at 74% 43%, rgba(23, 32, 45, .36) 0 14%, transparent 15%),
            linear-gradient(90deg, rgba(47, 52, 58, .8), transparent),
            linear-gradient(120deg, #393b40 0%, #ad9882 52%, #24201d 100%) !important;
    }

    .gg-job-card-top {
        display: block !important;
        padding: 11px 12px 0 !important;
    }

    .gg-job-company-mark {
        display: none !important;
    }

    .gg-job-card h2 {
        margin: 0 0 4px !important;
        color: var(--ggv3-ink) !important;
        font-size: 17px !important;
        font-weight: 900 !important;
        line-height: 1.25 !important;
    }

    .gg-job-card h2 a {
        color: inherit !important;
        text-decoration: none !important;
    }

    .gg-job-card h2::after {
        content: "●";
        display: inline-block;
        margin-left: 7px;
        color: #10a765;
        font-size: 12px;
        vertical-align: 1px;
    }

    .gg-job-company {
        color: #7c8796 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    .gg-job-chips {
        display: grid !important;
        gap: 3px !important;
        margin: 8px 12px 0 !important;
    }

    .gg-job-chip {
        display: inline-flex !important;
        width: max-content !important;
        min-height: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #233047 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    .gg-job-chip:first-child {
        color: #7c8796 !important;
    }

    .gg-job-chip.salary {
        color: #111827 !important;
    }

    .gg-job-description {
        display: -webkit-box !important;
        min-height: 42px !important;
        margin: 8px 12px 0 !important;
        overflow: hidden !important;
        color: #4f5d72 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .gg-job-card-footer {
        display: none !important;
    }

    .gg-job-card-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 9px !important;
        padding: 11px 12px 12px !important;
        margin-top: auto !important;
        border-top: 0 !important;
    }

    .gg-job-card-actions .button {
        min-height: 36px !important;
        padding: 0 10px !important;
        border-radius: 5px !important;
        font-size: 13px !important;
        box-shadow: none !important;
    }

    .gg-job-card-actions .button.secondary {
        border-color: #9eb3cd !important;
        color: #0b4b96 !important;
    }

    .gg-job-card-actions .button.secondary:first-child {
        font-size: 0 !important;
    }

    .gg-job-card-actions .button.secondary:first-child::before {
        content: "დეტალურად";
        font-size: 13px !important;
    }
}

.gg-shop {
    max-width: 998px !important;
}

.gg-shop-head {
    padding: 0 !important;
    margin: 0 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.gg-shop-head h1 {
    margin: 0 0 8px !important;
    font-size: 40px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}

.gg-shop-filter {
    border-radius: 5px !important;
    box-shadow: var(--ggv3-shadow) !important;
}

.gg-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 15px !important;
}

.gg-shop-card {
    overflow: hidden !important;
    border-radius: 7px !important;
}

.gg-shop-photo {
    aspect-ratio: 2.42 / 1 !important;
}

.gg-shop-body {
    padding: 12px !important;
}

.gg-shop-price {
    color: var(--ggv3-blue) !important;
}

.feed-post,
.composer-card,
.fb-composer-shell {
    border-radius: 7px !important;
}

.fb-composer-trigger {
    border-radius: 999px !important;
}

.post-image {
    background: #edf2f7 !important;
}

.notification-page-header,
.phase6-page-header,
.phase7-connections-header,
.admin-pro-header,
.privacy-policy-hero,
.child-safety-hero,
.delete-account-hero {
    padding: 0 !important;
    margin: 0 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.notification-page-header h1,
.phase6-page-header h1,
.phase7-connections-header h1,
.admin-pro-header h1,
.privacy-policy-hero h1,
.child-safety-hero h1,
.delete-account-hero h1 {
    margin: 0 0 8px !important;
    font-size: 38px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}

@media (max-width: 1023px) {
    .gg-desktop-top-tools-v3,
    .gg-top-profile-chip-v3,
    .gg-sidebar-brand-v3,
    .gg-sidebar-logout-v3 {
        display: none !important;
    }

    .gg-jobs-hero,
    .gg-shop-head {
        padding: 20px !important;
        border: 1px solid var(--ggv3-line) !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: var(--ggv3-shadow-card) !important;
    }

    .gg-services-category-grid-v3 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .gg-services-category-card-v3 {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 12px !important;
        border: 1px solid var(--ggv3-line) !important;
        border-radius: 10px !important;
        background: #fff !important;
        color: var(--ggv3-ink) !important;
        text-decoration: none !important;
        font-weight: 800 !important;
    }

    .gg-services-category-icon-v3 svg {
        width: 24px !important;
        height: 24px !important;
        fill: none !important;
        stroke: var(--ggv3-blue) !important;
        stroke-width: 1.9 !important;
    }
}

@media (max-width: 760px) {
    .gg-shop-grid,
    .gg-jobs-grid {
        grid-template-columns: 1fr !important;
    }

    .gg-services-category-grid-v3 {
        grid-template-columns: 1fr !important;
    }

    .notification-page-header h1,
    .phase6-page-header h1,
    .phase7-connections-header h1,
    .admin-pro-header h1,
    .privacy-policy-hero h1,
    .child-safety-hero h1,
    .delete-account-hero h1,
    .gg-shop-head h1,
    .gg-jobs-hero h1 {
        font-size: 30px !important;
    }
}