/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ==================================================
   AVUKATBULDUM.COM
   ARAMA SONUÇLARI
================================================== */

.avb-searchresults,
.avb-searchresults * {
    box-sizing: border-box;
}

.avb-searchresults {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.avb-searchresults__container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0;
}

/* ==================================================
   HERO
================================================== */

.avb-searchresults__hero {
    position: relative;
    padding: 72px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(177, 132, 80, 0.12),
            transparent 30%
        ),
        linear-gradient(135deg, #f4f7fb 0%, #edf2f7 100%);
}

.avb-searchresults__hero::before {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -280px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(14, 35, 68, 0.05);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(14, 35, 68, 0.018),
        0 0 0 110px rgba(14, 35, 68, 0.012);
    pointer-events: none;
}

.avb-searchresults__eyebrow {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 10px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.avb-searchresults__hero-title {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(45px, 5vw, 66px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.avb-searchresults__hero-description {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 0 25px;
    color: #596779;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.avb-searchresults__hero-description strong {
    color: #0e2344;
    font-weight: 700;
}

.avb-searchresults__search {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    width: min(720px, 100%);
    margin: 0;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #dce4ec;
    border-radius: 11px;
    box-shadow: 0 13px 30px rgba(14, 35, 68, 0.08);
}

.avb-searchresults__search-input {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0 15px;
    color: #26364c;
    background: transparent;
    border: 0;
    border-radius: 7px;
    outline: 0;
    box-shadow: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
}

.avb-searchresults__search-input:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.avb-searchresults__search-input::placeholder {
    color: #8d99a8;
    opacity: 1;
}

body .avb-searchresults button.avb-searchresults__search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    min-height: 50px;
    margin: 0;
    padding: 11px 20px;
    color: #ffffff !important;
    background: #0e2344 !important;
    border: 1px solid #0e2344 !important;
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

body .avb-searchresults button.avb-searchresults__search-button:hover,
body .avb-searchresults button.avb-searchresults__search-button:focus {
    color: #ffffff !important;
    background: #163963 !important;
    border-color: #163963 !important;
    transform: translateY(-1px);
}

/* ==================================================
   SONUÇ ALANI
================================================== */

.avb-searchresults__content {
    padding: 76px 0 90px;
    background: #ffffff;
}

.avb-searchresults__topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 30px;
    padding: 0 0 19px;
    border-bottom: 1px solid #e1e7ed;
}

.avb-searchresults__result-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.avb-searchresults__result-label {
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.avb-searchresults__result-count {
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
}

.avb-searchresults__result-note {
    max-width: 450px;
    margin: 0;
    color: #7b8797;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.55;
    text-align: right;
}

/* ==================================================
   SONUÇ KARTLARI
================================================== */

.avb-searchresults__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.avb-searchresults__card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e0e7ee;
    border-radius: 14px;
    box-shadow: 0 9px 28px rgba(14, 35, 68, 0.045);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.avb-searchresults__card:hover {
    border-color: #bcc8d4;
    box-shadow: 0 18px 40px rgba(14, 35, 68, 0.1);
    transform: translateY(-5px);
}

.avb-searchresults__image-link,
.avb-searchresults__image-placeholder {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #e9eef4;
    text-decoration: none;
}

.avb-searchresults__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.avb-searchresults__card:hover .avb-searchresults__image {
    transform: scale(1.035);
}

.avb-searchresults__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(177, 132, 80, 0.2),
            transparent 35%
        ),
        linear-gradient(145deg, #17365f 0%, #0e2344 100%);
}

.avb-searchresults__placeholder-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
}

.avb-searchresults__card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.avb-searchresults__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
}

.avb-searchresults__category {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 9px;
    color: #78572f;
    background: #f5ede2;
    border: 1px solid #e5d3b8;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.avb-searchresults__date {
    color: #8a95a4;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    white-space: nowrap;
}

.avb-searchresults__card-title {
    margin: 0 0 12px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.18;
}

body .inside-article .avb-searchresults .avb-searchresults__card-title a,
body .avb-searchresults .avb-searchresults__card-title a {
    color: #0e2344 !important;
    text-decoration: none;
}

body .inside-article .avb-searchresults .avb-searchresults__card-title a:hover,
body .inside-article .avb-searchresults .avb-searchresults__card-title a:focus,
body .avb-searchresults .avb-searchresults__card-title a:hover,
body .avb-searchresults .avb-searchresults__card-title a:focus {
    color: #a77844 !important;
}

.avb-searchresults__excerpt {
    margin: 0 0 20px;
    color: #5f6c7c;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.7;
}

body .inside-article .avb-searchresults a.avb-searchresults__read-link,
body .avb-searchresults a.avb-searchresults__read-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    margin-top: auto;
    color: #0e2344 !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

body .inside-article .avb-searchresults a.avb-searchresults__read-link:hover,
body .inside-article .avb-searchresults a.avb-searchresults__read-link:focus,
body .avb-searchresults a.avb-searchresults__read-link:hover,
body .avb-searchresults a.avb-searchresults__read-link:focus {
    gap: 11px;
    color: #a77844 !important;
}

/* ==================================================
   SAYFALAMA
================================================== */

.avb-searchresults__pagination {
    display: flex;
    justify-content: center;
    margin: 42px 0 0;
}

.avb-searchresults__pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    min-height: 39px;
    margin: 0 3px;
    padding: 7px 11px;
    color: #4f5e73 !important;
    background: #ffffff;
    border: 1px solid #dce4ec;
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.avb-searchresults__pagination .page-numbers.current {
    color: #ffffff !important;
    background: #0e2344;
    border-color: #0e2344;
}

.avb-searchresults__pagination a.page-numbers:hover,
.avb-searchresults__pagination a.page-numbers:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

/* ==================================================
   SONUÇ YOK
================================================== */

.avb-searchresults__empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 58px 38px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 16px;
    text-align: center;
}

.avb-searchresults__empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 0 20px;
    color: #0e2344;
    background: #ffffff;
    border: 1px solid #dce4ec;
    border-radius: 15px;
}

.avb-searchresults__empty-icon svg {
    width: 31px;
    height: 31px;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avb-searchresults__empty-label {
    display: block;
    margin: 0 0 8px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.avb-searchresults__empty-title {
    margin: 0 0 13px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.13;
}

.avb-searchresults__empty-description {
    max-width: 600px;
    margin: 0 auto 25px;
    color: #657285;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.avb-searchresults__empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.avb-searchresults__empty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 11px 17px;
    border-radius: 8px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

body .inside-article .avb-searchresults a.avb-searchresults__empty-button--primary,
body .avb-searchresults a.avb-searchresults__empty-button--primary {
    color: #ffffff !important;
    background: #0e2344;
    border: 1px solid #0e2344;
}

body .inside-article .avb-searchresults a.avb-searchresults__empty-button--secondary,
body .avb-searchresults a.avb-searchresults__empty-button--secondary {
    color: #0e2344 !important;
    background: #ffffff;
    border: 1px solid #ccd6df;
}

body .inside-article .avb-searchresults a.avb-searchresults__empty-button--primary:hover,
body .inside-article .avb-searchresults a.avb-searchresults__empty-button--primary:focus,
body .avb-searchresults a.avb-searchresults__empty-button--primary:hover,
body .avb-searchresults a.avb-searchresults__empty-button--primary:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

body .inside-article .avb-searchresults a.avb-searchresults__empty-button--secondary:hover,
body .inside-article .avb-searchresults a.avb-searchresults__empty-button--secondary:focus,
body .avb-searchresults a.avb-searchresults__empty-button--secondary:hover,
body .avb-searchresults a.avb-searchresults__empty-button--secondary:focus {
    color: #0e2344 !important;
    background: #edf2f7;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 980px) {
    .avb-searchresults__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ==================================================
   MOBİL
================================================== */

@media (max-width: 680px) {
    .avb-searchresults__container {
        width: min(100% - 28px, 1200px);
    }

    .avb-searchresults__hero {
        padding: 54px 0;
    }

    .avb-searchresults__hero-title {
        font-size: clamp(39px, 11vw, 50px);
    }

    .avb-searchresults__search {
        grid-template-columns: minmax(0, 1fr);
    }

    body .avb-searchresults button.avb-searchresults__search-button {
        width: 100%;
    }

    .avb-searchresults__content {
        padding: 58px 0 64px;
    }

    .avb-searchresults__topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .avb-searchresults__result-note {
        text-align: left;
    }

    .avb-searchresults__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .avb-searchresults__image-link,
    .avb-searchresults__image-placeholder {
        height: 210px;
    }

    .avb-searchresults__empty {
        padding: 42px 20px;
    }

    .avb-searchresults__empty-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .avb-searchresults__empty-button {
        width: 100%;
    }
}

/* ==================================================
   AVUKATBULDUM.COM
   ARŞİV SAYFALARI
================================================== */

.avb-archivepage,
.avb-archivepage * {
    box-sizing: border-box;
}

.avb-archivepage {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #536174;
    background: #ffffff;
}

.avb-archivepage__container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0;
}

/* ==================================================
   HERO
================================================== */

.avb-archivepage__hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(177, 132, 80, 0.12),
            transparent 30%
        ),
        linear-gradient(135deg, #f4f7fb 0%, #edf2f7 100%);
}

.avb-archivepage__hero::before {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -280px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(14, 35, 68, 0.05);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(14, 35, 68, 0.018),
        0 0 0 110px rgba(14, 35, 68, 0.012);
    pointer-events: none;
}

.avb-archivepage__eyebrow {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 10px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.avb-archivepage__hero-title {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 0 16px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(43px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: -0.025em;
}

.avb-archivepage__hero-description {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0;
    color: #596779;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.avb-archivepage__hero-description p {
    margin: 0 0 12px;
}

.avb-archivepage__hero-description p:last-child {
    margin-bottom: 0;
}

body .inside-article .avb-archivepage__hero-description a,
body .avb-archivepage__hero-description a {
    color: #0e2344 !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(14, 35, 68, 0.25);
    text-underline-offset: 3px;
}

body .inside-article .avb-archivepage__hero-description a:hover,
body .inside-article .avb-archivepage__hero-description a:focus,
body .avb-archivepage__hero-description a:hover,
body .avb-archivepage__hero-description a:focus {
    color: #a77844 !important;
}

/* ==================================================
   İÇERİK ALANI
================================================== */

.avb-archivepage__content {
    padding: 76px 0 90px;
    background: #ffffff;
}

.avb-archivepage__topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 30px;
    padding: 0 0 19px;
    border-bottom: 1px solid #e1e7ed;
}

.avb-archivepage__result-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.avb-archivepage__result-label {
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.avb-archivepage__result-count {
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
}

.avb-archivepage__result-note {
    max-width: 450px;
    margin: 0;
    color: #7b8797;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.55;
    text-align: right;
}

/* ==================================================
   KART IZGARASI
================================================== */

.avb-archivepage__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.avb-archivepage__card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e0e7ee;
    border-radius: 14px;
    box-shadow: 0 9px 28px rgba(14, 35, 68, 0.045);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.avb-archivepage__card:hover {
    border-color: #bcc8d4;
    box-shadow: 0 18px 40px rgba(14, 35, 68, 0.1);
    transform: translateY(-5px);
}

/* ==================================================
   KART GÖRSELİ
================================================== */

.avb-archivepage__image-link,
.avb-archivepage__image-placeholder {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #e9eef4;
    text-decoration: none;
}

.avb-archivepage__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.avb-archivepage__card:hover .avb-archivepage__image {
    transform: scale(1.035);
}

.avb-archivepage__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(177, 132, 80, 0.2),
            transparent 35%
        ),
        linear-gradient(145deg, #17365f 0%, #0e2344 100%);
}

.avb-archivepage__placeholder-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
}

/* ==================================================
   KART İÇERİĞİ
================================================== */

.avb-archivepage__card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.avb-archivepage__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
}

.avb-archivepage__category {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 9px;
    color: #78572f;
    background: #f5ede2;
    border: 1px solid #e5d3b8;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.avb-archivepage__date {
    color: #8a95a4;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    white-space: nowrap;
}

.avb-archivepage__card-title {
    margin: 0 0 12px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.18;
}

body .inside-article .avb-archivepage .avb-archivepage__card-title a,
body .avb-archivepage .avb-archivepage__card-title a {
    color: #0e2344 !important;
    text-decoration: none;
}

body .inside-article .avb-archivepage .avb-archivepage__card-title a:hover,
body .inside-article .avb-archivepage .avb-archivepage__card-title a:focus,
body .avb-archivepage .avb-archivepage__card-title a:hover,
body .avb-archivepage .avb-archivepage__card-title a:focus {
    color: #a77844 !important;
}

.avb-archivepage__excerpt {
    margin: 0 0 20px;
    color: #5f6c7c;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.7;
}

/* ==================================================
   KART ALT ALANI
================================================== */

.avb-archivepage__card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #edf1f5;
}

.avb-archivepage__author {
    min-width: 0;
    overflow: hidden;
    color: #8792a1;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .inside-article .avb-archivepage a.avb-archivepage__read-link,
body .avb-archivepage a.avb-archivepage__read-link {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 7px;
    color: #0e2344 !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

body .inside-article .avb-archivepage a.avb-archivepage__read-link:hover,
body .inside-article .avb-archivepage a.avb-archivepage__read-link:focus,
body .avb-archivepage a.avb-archivepage__read-link:hover,
body .avb-archivepage a.avb-archivepage__read-link:focus {
    gap: 11px;
    color: #a77844 !important;
}

/* ==================================================
   SAYFALAMA
================================================== */

.avb-archivepage__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 42px 0 0;
}

.avb-archivepage__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    min-height: 39px;
    margin: 0 3px 6px;
    padding: 7px 11px;
    color: #4f5e73 !important;
    background: #ffffff;
    border: 1px solid #dce4ec;
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.avb-archivepage__pagination .page-numbers.current {
    color: #ffffff !important;
    background: #0e2344;
    border-color: #0e2344;
}

.avb-archivepage__pagination a.page-numbers:hover,
.avb-archivepage__pagination a.page-numbers:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

/* ==================================================
   BOŞ DURUM
================================================== */

.avb-archivepage__empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 58px 38px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 16px;
    text-align: center;
}

.avb-archivepage__empty-label {
    display: block;
    margin: 0 0 8px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.avb-archivepage__empty-title {
    margin: 0 0 13px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.13;
}

.avb-archivepage__empty-description {
    max-width: 600px;
    margin: 0 auto 25px;
    color: #657285;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.avb-archivepage__empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.avb-archivepage__empty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 11px 17px;
    border-radius: 8px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

body .inside-article .avb-archivepage a.avb-archivepage__empty-button--primary,
body .avb-archivepage a.avb-archivepage__empty-button--primary {
    color: #ffffff !important;
    background: #0e2344;
    border: 1px solid #0e2344;
}

body .inside-article .avb-archivepage a.avb-archivepage__empty-button--secondary,
body .avb-archivepage a.avb-archivepage__empty-button--secondary {
    color: #0e2344 !important;
    background: #ffffff;
    border: 1px solid #ccd6df;
}

body .inside-article .avb-archivepage a.avb-archivepage__empty-button--primary:hover,
body .inside-article .avb-archivepage a.avb-archivepage__empty-button--primary:focus,
body .avb-archivepage a.avb-archivepage__empty-button--primary:hover,
body .avb-archivepage a.avb-archivepage__empty-button--primary:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

body .inside-article .avb-archivepage a.avb-archivepage__empty-button--secondary:hover,
body .inside-article .avb-archivepage a.avb-archivepage__empty-button--secondary:focus,
body .avb-archivepage a.avb-archivepage__empty-button--secondary:hover,
body .avb-archivepage a.avb-archivepage__empty-button--secondary:focus {
    color: #0e2344 !important;
    background: #edf2f7;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 980px) {
    .avb-archivepage__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avb-archivepage__card-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ==================================================
   MOBİL
================================================== */

@media (max-width: 680px) {
    .avb-archivepage__container {
        width: min(100% - 28px, 1200px);
    }

    .avb-archivepage__hero {
        padding: 54px 0;
    }

    .avb-archivepage__hero-title {
        font-size: clamp(37px, 10.5vw, 49px);
    }

    .avb-archivepage__hero-description {
        font-size: 14px;
    }

    .avb-archivepage__content {
        padding: 58px 0 64px;
    }

    .avb-archivepage__topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .avb-archivepage__result-note {
        text-align: left;
    }

    .avb-archivepage__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .avb-archivepage__image-link,
    .avb-archivepage__image-placeholder {
        height: 210px;
    }

    .avb-archivepage__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .avb-archivepage__card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .avb-archivepage__author {
        max-width: 100%;
        white-space: normal;
    }

    .avb-archivepage__empty {
        padding: 42px 20px;
    }

    .avb-archivepage__empty-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .avb-archivepage__empty-button {
        width: 100%;
    }
}

/* ==================================================
   AVUKATBULDUM.COM
   TEKİL YAZI SAYFASI
================================================== */

.avb-singlepost,
.avb-singlepost * {
    box-sizing: border-box;
}

.avb-singlepost {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #536174;
    background: #ffffff;
}

.avb-singlepost__container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0;
}

/* ==================================================
   HERO
================================================== */

.avb-singlepost__hero {
    position: relative;
    overflow: hidden;
    padding: 62px 0 68px;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(177, 132, 80, 0.12),
            transparent 30%
        ),
        linear-gradient(135deg, #f4f7fb 0%, #edf2f7 100%);
}

.avb-singlepost__hero::before {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -300px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(14, 35, 68, 0.05);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(14, 35, 68, 0.018),
        0 0 0 110px rgba(14, 35, 68, 0.012);
    pointer-events: none;
}

/* ==================================================
   BREADCRUMB
================================================== */

.avb-singlepost__breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0 0 24px;
    color: #7b8797;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.avb-singlepost__breadcrumb span {
    color: #9aa5b2;
}

.avb-singlepost__breadcrumb span[aria-current="page"] {
    color: #697687;
}

body .inside-article .avb-singlepost .avb-singlepost__breadcrumb a,
body .avb-singlepost .avb-singlepost__breadcrumb a {
    color: #0e2344 !important;
    font-weight: 600;
    text-decoration: none;
}

body .inside-article .avb-singlepost .avb-singlepost__breadcrumb a:hover,
body .inside-article .avb-singlepost .avb-singlepost__breadcrumb a:focus,
body .avb-singlepost .avb-singlepost__breadcrumb a:hover,
body .avb-singlepost .avb-singlepost__breadcrumb a:focus {
    color: #a77844 !important;
}

/* ==================================================
   KATEGORİ
================================================== */

body .inside-article .avb-singlepost a.avb-singlepost__category,
body .avb-singlepost a.avb-singlepost__category {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    margin: 0 0 17px;
    padding: 6px 11px;
    color: #78572f !important;
    background: #f5ede2;
    border: 1px solid #e5d3b8;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

body .inside-article .avb-singlepost a.avb-singlepost__category:hover,
body .inside-article .avb-singlepost a.avb-singlepost__category:focus,
body .avb-singlepost a.avb-singlepost__category:hover,
body .avb-singlepost a.avb-singlepost__category:focus {
    color: #0e2344 !important;
    background: #efe1ce;
    border-color: #d7bd99;
}

/* ==================================================
   BAŞLIK VE ÖZET
================================================== */

.avb-singlepost__title {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 0 19px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(42px, 5.3vw, 68px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.028em;
}

.avb-singlepost__lead {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 0 25px;
    color: #596779;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

/* ==================================================
   YAZI META BİLGİLERİ
================================================== */

.avb-singlepost__meta {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: #748193;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5;
}

.avb-singlepost__author-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    text-decoration: none;
}

.avb-singlepost__author-avatar {
    display: inline-flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(14, 35, 68, 0.12);
}

.avb-singlepost__avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.avb-singlepost__author-name {
    font-weight: 700;
}

body .inside-article .avb-singlepost a.avb-singlepost__author-link,
body .avb-singlepost a.avb-singlepost__author-link {
    color: #0e2344 !important;
}

body .inside-article .avb-singlepost a.avb-singlepost__author-link:hover,
body .inside-article .avb-singlepost a.avb-singlepost__author-link:focus,
body .avb-singlepost a.avb-singlepost__author-link:hover,
body .avb-singlepost a.avb-singlepost__author-link:focus {
    color: #a77844 !important;
}

.avb-singlepost__meta-separator {
    color: #aeb7c2;
}

/* ==================================================
   ÖNE ÇIKAN GÖRSEL
================================================== */

.avb-singlepost__featured-wrap {
    padding: 42px 0 0;
    background: #ffffff;
}

.avb-singlepost__featured {
    max-width: 1100px;
    margin: 0 auto;
}

.avb-singlepost__featured-image {
    display: block;
    width: 100%;
    max-height: 610px;
    margin: 0;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(14, 35, 68, 0.09);
}

.avb-singlepost__featured-caption {
    margin: 10px 4px 0;
    color: #8a95a4;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
}

/* ==================================================
   ANA YERLEŞİM
================================================== */

.avb-singlepost__main {
    padding: 64px 0 92px;
    background: #ffffff;
}

.avb-singlepost__layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) minmax(240px, 300px);
    justify-content: space-between;
    gap: 56px;
    align-items: start;
}

.avb-singlepost__article {
    min-width: 0;
    margin: 0;
    padding: 0;
}

/* ==================================================
   YAZI İÇERİĞİ
================================================== */

.avb-singlepost__content {
    color: #3f4d60;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.85;
}

.avb-singlepost__content > *:first-child {
    margin-top: 0;
}

.avb-singlepost__content > *:last-child {
    margin-bottom: 0;
}

.avb-singlepost__content p {
    margin: 0 0 24px;
}

.avb-singlepost__content h2 {
    margin: 48px 0 18px;
    padding-top: 4px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(30px, 3vw, 39px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

.avb-singlepost__content h3 {
    margin: 34px 0 14px;
    color: #17365f;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(23px, 2.3vw, 29px);
    font-weight: 400;
    line-height: 1.28;
}

.avb-singlepost__content h4 {
    margin: 28px 0 12px;
    color: #0e2344;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.avb-singlepost__content ul,
.avb-singlepost__content ol {
    margin: 0 0 25px;
    padding-left: 24px;
}

.avb-singlepost__content li {
    margin: 0 0 8px;
    padding-left: 4px;
}

.avb-singlepost__content li::marker {
    color: #a77844;
    font-weight: 700;
}

.avb-singlepost__content strong {
    color: #27384f;
    font-weight: 700;
}

.avb-singlepost__content em {
    color: #4d5e73;
}

body .inside-article .avb-singlepost .avb-singlepost__content a,
body .avb-singlepost .avb-singlepost__content a {
    color: #0e2344 !important;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(14, 35, 68, 0.28);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body .inside-article .avb-singlepost .avb-singlepost__content a:hover,
body .inside-article .avb-singlepost .avb-singlepost__content a:focus,
body .avb-singlepost .avb-singlepost__content a:hover,
body .avb-singlepost .avb-singlepost__content a:focus {
    color: #a77844 !important;
    text-decoration-color: #a77844;
}

/* ==================================================
   ALINTI
================================================== */

.avb-singlepost__content blockquote {
    position: relative;
    margin: 34px 0;
    padding: 25px 28px 25px 31px;
    color: #38485d;
    background: #f4f7fb;
    border: 0;
    border-left: 4px solid #b18450;
    border-radius: 0 12px 12px 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 21px;
    line-height: 1.55;
}

.avb-singlepost__content blockquote p {
    margin-bottom: 12px;
}

.avb-singlepost__content blockquote p:last-child {
    margin-bottom: 0;
}

.avb-singlepost__content blockquote cite {
    display: block;
    margin-top: 13px;
    color: #748193;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ==================================================
   TABLOLAR
================================================== */

.avb-singlepost__content .wp-block-table {
    width: 100%;
    margin: 32px 0;
    overflow-x: auto;
}

.avb-singlepost__content table {
    width: 100%;
    min-width: 600px;
    margin: 0;
    border-collapse: collapse;
    color: #46566a;
    background: #ffffff;
    border: 1px solid #dfe6ed;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.55;
}

.avb-singlepost__content th,
.avb-singlepost__content td {
    padding: 13px 15px;
    border: 1px solid #dfe6ed;
    text-align: left;
    vertical-align: top;
}

.avb-singlepost__content th {
    color: #ffffff;
    background: #0e2344;
    font-weight: 700;
}

.avb-singlepost__content tr:nth-child(even) td {
    background: #f7f9fc;
}

/* ==================================================
   GÖRSELLER VE MEDYA
================================================== */

.avb-singlepost__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.avb-singlepost__content figure {
    margin: 32px 0;
}

.avb-singlepost__content figcaption {
    margin-top: 9px;
    color: #8a95a4;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
}

.avb-singlepost__content iframe,
.avb-singlepost__content video {
    max-width: 100%;
}

/* ==================================================
   GUTENBERG BİLGİ KUTULARI
================================================== */

.avb-singlepost__content .wp-block-group {
    margin-top: 28px;
    margin-bottom: 28px;
}

.avb-singlepost__content .has-background {
    padding: 24px;
    border-radius: 12px;
}

.avb-singlepost__content .wp-block-separator {
    margin: 42px 0;
    border: 0;
    border-top: 1px solid #dfe6ed;
}

/* ==================================================
   SAYFALANMIŞ YAZI
================================================== */

.avb-singlepost__page-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 35px 0 0;
    padding: 17px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 10px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

/* ==================================================
   HUKUKİ BİLGİLENDİRME
================================================== */

.avb-singlepost__legal-notice {
    margin: 45px 0 0;
    padding: 24px 26px;
    color: #4f5f72;
    background: #fffaf3;
    border: 1px solid #ead8bd;
    border-left: 4px solid #b18450;
    border-radius: 10px;
    font-family: "Inter", Arial, sans-serif;
}

.avb-singlepost__legal-title {
    display: block;
    margin: 0 0 8px;
    color: #78572f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avb-singlepost__legal-notice p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* ==================================================
   ETİKETLER
================================================== */

.avb-singlepost__tags {
    margin: 32px 0 0;
    padding: 23px 0 0;
    border-top: 1px solid #e4e9ef;
}

.avb-singlepost__tags-title {
    display: block;
    margin: 0 0 12px;
    color: #0e2344;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.avb-singlepost__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body .inside-article .avb-singlepost .avb-singlepost__tags-list a,
body .avb-singlepost .avb-singlepost__tags-list a {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 11px;
    color: #536174 !important;
    background: #f4f7fb;
    border: 1px solid #dce4ec;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

body .inside-article .avb-singlepost .avb-singlepost__tags-list a:hover,
body .inside-article .avb-singlepost .avb-singlepost__tags-list a:focus,
body .avb-singlepost .avb-singlepost__tags-list a:hover,
body .avb-singlepost .avb-singlepost__tags-list a:focus {
    color: #ffffff !important;
    background: #0e2344;
    border-color: #0e2344;
}

/* ==================================================
   PAYLAŞIM
================================================== */

.avb-singlepost__share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 28px 0 0;
    padding: 20px 0;
    border-top: 1px solid #e4e9ef;
    border-bottom: 1px solid #e4e9ef;
}

.avb-singlepost__share-title {
    color: #0e2344;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avb-singlepost__share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body .inside-article .avb-singlepost .avb-singlepost__share-links a,
body .avb-singlepost .avb-singlepost__share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 7px 12px;
    color: #0e2344 !important;
    background: #ffffff;
    border: 1px solid #d7e0e8;
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
}

body .inside-article .avb-singlepost .avb-singlepost__share-links a:hover,
body .inside-article .avb-singlepost .avb-singlepost__share-links a:focus,
body .avb-singlepost .avb-singlepost__share-links a:hover,
body .avb-singlepost .avb-singlepost__share-links a:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

/* ==================================================
   YAZAR KUTUSU
================================================== */

.avb-singlepost__author-box {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 22px;
    margin: 42px 0 0;
    padding: 28px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 14px;
}

.avb-singlepost__author-box-avatar {
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(14, 35, 68, 0.1);
}

.avb-singlepost__author-box-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.avb-singlepost__author-box-label {
    display: block;
    margin: 0 0 5px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.avb-singlepost__author-box-name {
    margin: 0 0 9px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.2;
}

body .inside-article .avb-singlepost .avb-singlepost__author-box-name a,
body .avb-singlepost .avb-singlepost__author-box-name a {
    color: #0e2344 !important;
    text-decoration: none;
}

body .inside-article .avb-singlepost .avb-singlepost__author-box-name a:hover,
body .inside-article .avb-singlepost .avb-singlepost__author-box-name a:focus,
body .avb-singlepost .avb-singlepost__author-box-name a:hover,
body .avb-singlepost .avb-singlepost__author-box-name a:focus {
    color: #a77844 !important;
}

.avb-singlepost__author-box-description {
    margin: 0 0 13px;
    color: #617083;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.7;
}

body .inside-article .avb-singlepost a.avb-singlepost__author-box-link,
body .avb-singlepost a.avb-singlepost__author-box-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0e2344 !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

body .inside-article .avb-singlepost a.avb-singlepost__author-box-link:hover,
body .inside-article .avb-singlepost a.avb-singlepost__author-box-link:focus,
body .avb-singlepost a.avb-singlepost__author-box-link:hover,
body .avb-singlepost a.avb-singlepost__author-box-link:focus {
    gap: 11px;
    color: #a77844 !important;
}

/* ==================================================
   ÖNCEKİ / SONRAKİ YAZI
================================================== */

.avb-singlepost__navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 35px 0 0;
}

.avb-singlepost__navigation-item {
    min-width: 0;
    padding: 19px;
    background: #ffffff;
    border: 1px solid #dfe6ed;
    border-radius: 11px;
}

.avb-singlepost__navigation-item--next {
    text-align: right;
}

.avb-singlepost__navigation-label {
    display: block;
    margin: 0 0 7px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .inside-article .avb-singlepost .avb-singlepost__navigation-item a,
body .avb-singlepost .avb-singlepost__navigation-item a {
    color: #0e2344 !important;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 18px;
    line-height: 1.35;
    text-decoration: none;
}

body .inside-article .avb-singlepost .avb-singlepost__navigation-item a:hover,
body .inside-article .avb-singlepost .avb-singlepost__navigation-item a:focus,
body .avb-singlepost .avb-singlepost__navigation-item a:hover,
body .avb-singlepost .avb-singlepost__navigation-item a:focus {
    color: #a77844 !important;
}

/* ==================================================
   SAĞ SÜTUN
================================================== */

.avb-singlepost__sidebar {
    position: sticky;
    top: 35px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    min-width: 0;
}

.avb-singlepost__sidebar-box {
    padding: 22px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 12px;
}

.avb-singlepost__sidebar-label {
    display: block;
    margin: 0 0 15px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.avb-singlepost__sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.avb-singlepost__sidebar-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e1e7ed;
}

.avb-singlepost__sidebar-list li:first-child {
    padding-top: 0;
}

.avb-singlepost__sidebar-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.avb-singlepost__sidebar-list span {
    color: #8792a1;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.avb-singlepost__sidebar-list strong {
    color: #34465c;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

body .inside-article .avb-singlepost .avb-singlepost__sidebar-list a,
body .avb-singlepost .avb-singlepost__sidebar-list a {
    color: #0e2344 !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body .inside-article .avb-singlepost .avb-singlepost__sidebar-list a:hover,
body .inside-article .avb-singlepost .avb-singlepost__sidebar-list a:focus,
body .avb-singlepost .avb-singlepost__sidebar-list a:hover,
body .avb-singlepost .avb-singlepost__sidebar-list a:focus {
    color: #a77844 !important;
}

.avb-singlepost__sidebar-warning {
    color: #5e594f;
    background: #fffaf3;
    border-color: #ead8bd;
}

.avb-singlepost__sidebar-warning p {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 980px) {
    .avb-singlepost__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .avb-singlepost__article {
        max-width: 820px;
        margin: 0 auto;
    }

    .avb-singlepost__sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 820px;
        margin: 0 auto;
    }
}

/* ==================================================
   MOBİL
================================================== */

@media (max-width: 680px) {
    .avb-singlepost__container {
        width: min(100% - 28px, 1200px);
    }

    .avb-singlepost__hero {
        padding: 45px 0 50px;
    }

    .avb-singlepost__breadcrumb {
        margin-bottom: 19px;
        font-size: 11px;
    }

    .avb-singlepost__title {
        font-size: clamp(37px, 11vw, 49px);
    }

    .avb-singlepost__lead {
        font-size: 14px;
    }

    .avb-singlepost__meta {
        align-items: flex-start;
        gap: 8px;
    }

    .avb-singlepost__meta-separator {
        display: none;
    }

    .avb-singlepost__date,
    .avb-singlepost__modified,
    .avb-singlepost__reading-time {
        width: 100%;
        padding-left: 47px;
    }

    .avb-singlepost__featured-wrap {
        padding-top: 25px;
    }

    .avb-singlepost__featured-image {
        min-height: 220px;
        border-radius: 11px;
    }

    .avb-singlepost__main {
        padding: 48px 0 64px;
    }

    .avb-singlepost__content {
        font-size: 15px;
        line-height: 1.8;
    }

    .avb-singlepost__content h2 {
        margin-top: 39px;
        font-size: 31px;
    }

    .avb-singlepost__content h3 {
        margin-top: 29px;
        font-size: 25px;
    }

    .avb-singlepost__content blockquote {
        padding: 21px 19px 21px 22px;
        font-size: 19px;
    }

    .avb-singlepost__share {
        align-items: flex-start;
        flex-direction: column;
    }

    .avb-singlepost__author-box {
        grid-template-columns: minmax(0, 1fr);
        padding: 23px;
    }

    .avb-singlepost__author-box-avatar {
        width: 72px;
        height: 72px;
    }

    .avb-singlepost__navigation {
        grid-template-columns: minmax(0, 1fr);
    }

    .avb-singlepost__navigation-item--next {
        text-align: left;
    }

    .avb-singlepost__sidebar {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ==================================================
   AVUKATBULDUM.COM
   TEKİL YAZI - İLGİLİ YAZILAR
================================================== */

.avb-singlepost__related {
    margin: 46px 0 0;
    padding: 34px 0 0;
    border-top: 1px solid #e1e7ed;
}

.avb-singlepost__related-heading {
    margin: 0 0 22px;
}

.avb-singlepost__related-label {
    display: block;
    margin: 0 0 7px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.avb-singlepost__related-title {
    margin: 0;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(34px, 3.4vw, 44px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.015em;
}

.avb-singlepost__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.avb-singlepost__related-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #dfe6ed;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(14, 35, 68, 0.045);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.avb-singlepost__related-card:hover {
    border-color: #bcc8d4;
    box-shadow: 0 15px 34px rgba(14, 35, 68, 0.09);
    transform: translateY(-4px);
}

.avb-singlepost__related-image-link,
.avb-singlepost__related-placeholder {
    display: block;
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #e9eef4;
    text-decoration: none;
}

.avb-singlepost__related-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.35s ease;
}

.avb-singlepost__related-card:hover .avb-singlepost__related-image {
    transform: scale(1.04);
}

.avb-singlepost__related-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(177, 132, 80, 0.2),
            transparent 35%
        ),
        linear-gradient(145deg, #17365f 0%, #0e2344 100%);
}

.avb-singlepost__related-placeholder-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 20px;
}

.avb-singlepost__related-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.avb-singlepost__related-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin: 0 0 11px;
}

.avb-singlepost__related-category {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 4px 8px;
    color: #78572f;
    background: #f5ede2;
    border: 1px solid #e5d3b8;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.avb-singlepost__related-date {
    color: #8a95a4;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    white-space: nowrap;
}

.avb-singlepost__related-card-title {
    margin: 0 0 10px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.24;
}

body .inside-article .avb-singlepost .avb-singlepost__related-card-title a,
body .avb-singlepost .avb-singlepost__related-card-title a {
    color: #0e2344 !important;
    text-decoration: none;
}

body .inside-article .avb-singlepost .avb-singlepost__related-card-title a:hover,
body .inside-article .avb-singlepost .avb-singlepost__related-card-title a:focus,
body .avb-singlepost .avb-singlepost__related-card-title a:hover,
body .avb-singlepost .avb-singlepost__related-card-title a:focus {
    color: #a77844 !important;
}

.avb-singlepost__related-excerpt {
    margin: 0 0 14px;
    color: #667487;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

body .inside-article .avb-singlepost a.avb-singlepost__related-link,
body .avb-singlepost a.avb-singlepost__related-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    margin-top: auto;
    color: #0e2344 !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

body .inside-article .avb-singlepost a.avb-singlepost__related-link:hover,
body .inside-article .avb-singlepost a.avb-singlepost__related-link:focus,
body .avb-singlepost a.avb-singlepost__related-link:hover,
body .avb-singlepost a.avb-singlepost__related-link:focus {
    gap: 10px;
    color: #a77844 !important;
}

@media (max-width: 980px) {
    .avb-singlepost__related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .avb-singlepost__related {
        margin-top: 38px;
        padding-top: 29px;
    }

    .avb-singlepost__related-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .avb-singlepost__related-image-link,
    .avb-singlepost__related-placeholder {
        height: 195px;
    }

    .avb-singlepost__related-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .avb-singlepost__related-card-title {
        font-size: 26px;
    }

    .avb-singlepost__related-excerpt {
        font-size: 14px;
    }

    body .inside-article .avb-singlepost a.avb-singlepost__related-link,
    body .avb-singlepost a.avb-singlepost__related-link {
        font-size: 12px;
    }
}

/* ==================================================
   AVUKATBULDUM.COM
   TEKİL YAZI - YORUMLAR
================================================== */

.avb-singlepost #comments,
.avb-singlepost .comments-area {
    margin: 46px 0 0;
    padding: 34px 0 0;
    border-top: 1px solid #e1e7ed;
    font-family: "Inter", Arial, sans-serif;
}

.avb-singlepost .comments-title,
.avb-singlepost .comment-reply-title {
    margin: 0 0 22px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(31px, 3vw, 40px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.015em;
}

.avb-singlepost .comment-reply-title small {
    display: inline-block;
    margin-left: 10px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

body .inside-article .avb-singlepost .comment-reply-title small a,
body .avb-singlepost .comment-reply-title small a {
    color: #a77844 !important;
    text-decoration: none;
}

.avb-singlepost .comment-list {
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
}

.avb-singlepost .comment-list .children {
    margin: 18px 0 0 34px;
    padding: 0;
    list-style: none;
}

.avb-singlepost .comment-list > li,
.avb-singlepost .comment-list .children > li {
    margin: 0 0 18px;
}

.avb-singlepost .comment-body {
    position: relative;
    padding: 24px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 13px;
}

.avb-singlepost .comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 6px;
}

.avb-singlepost .comment-author .avatar {
    width: 44px;
    height: 44px;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(14, 35, 68, 0.1);
}

.avb-singlepost .comment-author .fn {
    color: #0e2344;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.avb-singlepost .comment-author .says {
    color: #8792a1;
    font-size: 11px;
}

.avb-singlepost .comment-metadata {
    margin: 0 0 14px;
    padding-left: 56px;
    color: #8792a1;
    font-size: 10px;
    line-height: 1.5;
}

body .inside-article .avb-singlepost .comment-metadata a,
body .avb-singlepost .comment-metadata a {
    color: #748193 !important;
    text-decoration: none;
}

body .inside-article .avb-singlepost .comment-metadata a:hover,
body .inside-article .avb-singlepost .comment-metadata a:focus,
body .avb-singlepost .comment-metadata a:hover,
body .avb-singlepost .comment-metadata a:focus {
    color: #a77844 !important;
}

.avb-singlepost .comment-content {
    color: #4b5b6f;
    font-size: 14px;
    line-height: 1.75;
}

.avb-singlepost .comment-content p {
    margin: 0 0 14px;
}

.avb-singlepost .comment-content p:last-child {
    margin-bottom: 0;
}

.avb-singlepost .comment-awaiting-moderation {
    display: inline-block;
    margin: 0 0 12px;
    padding: 7px 10px;
    color: #78572f;
    background: #fffaf3;
    border: 1px solid #ead8bd;
    border-radius: 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.avb-singlepost .reply {
    margin: 15px 0 0;
}

body .inside-article .avb-singlepost .reply a,
body .avb-singlepost .reply a {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 11px;
    color: #0e2344 !important;
    background: #ffffff;
    border: 1px solid #d5dee7;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

body .inside-article .avb-singlepost .reply a:hover,
body .inside-article .avb-singlepost .reply a:focus,
body .avb-singlepost .reply a:hover,
body .avb-singlepost .reply a:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

/* ==================================================
   YORUM FORMU
================================================== */

.avb-singlepost #respond,
.avb-singlepost .comment-respond {
    margin: 0;
    padding: 30px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 14px;
}

.avb-singlepost .comment-notes,
.avb-singlepost .logged-in-as {
    margin: -9px 0 22px;
    color: #748193;
    font-size: 12px;
    line-height: 1.65;
}

body .inside-article .avb-singlepost .logged-in-as a,
body .avb-singlepost .logged-in-as a {
    color: #0e2344 !important;
    font-weight: 700;
    text-decoration: none;
}

.avb-singlepost .comment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.avb-singlepost .comment-form > p {
    margin: 0;
}

.avb-singlepost .comment-form-comment,
.avb-singlepost .comment-form-cookies-consent,
.avb-singlepost .form-submit,
.avb-singlepost .comment-notes,
.avb-singlepost .logged-in-as {
    grid-column: 1 / -1;
}

.avb-singlepost .comment-form-author,
.avb-singlepost .comment-form-email {
    min-width: 0;
}

.avb-singlepost .comment-form label:not([for="wp-comment-cookies-consent"]) {
    display: block;
    margin: 0 0 7px;
    color: #0e2344;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.avb-singlepost .comment-form textarea,
.avb-singlepost .comment-form input[type="text"],
.avb-singlepost .comment-form input[type="email"],
.avb-singlepost .comment-form input[type="url"] {
    display: block;
    width: 100%;
    margin: 0;
    color: #34465c;
    background: #ffffff;
    border: 1px solid #ccd7e2;
    border-radius: 9px;
    outline: 0;
    box-shadow: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.avb-singlepost .comment-form input[type="text"],
.avb-singlepost .comment-form input[type="email"],
.avb-singlepost .comment-form input[type="url"] {
    min-height: 49px;
    padding: 11px 14px;
}

.avb-singlepost .comment-form textarea {
    min-height: 190px;
    padding: 14px;
    resize: vertical;
}

.avb-singlepost .comment-form textarea:focus,
.avb-singlepost .comment-form input[type="text"]:focus,
.avb-singlepost .comment-form input[type="email"]:focus,
.avb-singlepost .comment-form input[type="url"]:focus {
    border-color: #0e2344;
    box-shadow: 0 0 0 3px rgba(14, 35, 68, 0.08);
}

.avb-singlepost .comment-form-cookies-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    color: #5f6c7c;
    font-size: 12px;
    line-height: 1.55;
}

.avb-singlepost .comment-form-cookies-consent input {
    width: 16px;
    height: 16px;
    margin: 3px 0 0;
}

.avb-singlepost .comment-form-cookies-consent label {
    margin: 0;
}

body .avb-singlepost .comment-form input[type="submit"],
body .avb-singlepost .comment-form button[type="submit"],
body .avb-singlepost #submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 2px 0 0;
    padding: 11px 20px;
    color: #ffffff !important;
    background: #0e2344 !important;
    border: 1px solid #0e2344 !important;
    border-radius: 8px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

body .avb-singlepost .comment-form input[type="submit"]:hover,
body .avb-singlepost .comment-form input[type="submit"]:focus,
body .avb-singlepost .comment-form button[type="submit"]:hover,
body .avb-singlepost .comment-form button[type="submit"]:focus,
body .avb-singlepost #submit:hover,
body .avb-singlepost #submit:focus {
    color: #ffffff !important;
    background: #163963 !important;
    border-color: #163963 !important;
    transform: translateY(-1px);
}

.avb-singlepost .no-comments {
    margin: 25px 0 0;
    padding: 17px;
    color: #5f6c7c;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 9px;
    font-size: 12px;
}

@media (max-width: 680px) {
    .avb-singlepost #comments,
    .avb-singlepost .comments-area {
        margin-top: 38px;
        padding-top: 29px;
    }

    .avb-singlepost #respond,
    .avb-singlepost .comment-respond {
        padding: 22px;
    }

    .avb-singlepost .comment-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .avb-singlepost .comment-form-author,
    .avb-singlepost .comment-form-email {
        grid-column: 1 / -1;
    }

    .avb-singlepost .comment-list .children {
        margin-left: 14px;
    }

    .avb-singlepost .comment-body {
        padding: 20px;
    }

    .avb-singlepost .comment-metadata {
        padding-left: 0;
    }

    .avb-singlepost .comments-title,
    .avb-singlepost .comment-reply-title {
        font-size: 31px;
    }
}

/* ==================================================
   AVUKATBULDUM.COM
   404 SAYFASI
================================================== */

.avb-404page,
.avb-404page * {
    box-sizing: border-box;
}

.avb-404page {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #536174;
    background: #ffffff;
}

.avb-404page__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: center;
    gap: 64px;
    width: min(1200px, calc(100% - 40px));
    min-height: 640px;
    margin: 0 auto;
    padding: 76px 0;
}

.avb-404page__hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(177, 132, 80, 0.14),
            transparent 31%
        ),
        linear-gradient(135deg, #f4f7fb 0%, #edf2f7 100%);
}

.avb-404page__hero::before {
    content: "";
    position: absolute;
    right: -190px;
    bottom: -300px;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(14, 35, 68, 0.05);
    border-radius: 50%;
    box-shadow:
        0 0 0 58px rgba(14, 35, 68, 0.018),
        0 0 0 116px rgba(14, 35, 68, 0.012);
    pointer-events: none;
}

.avb-404page__content {
    min-width: 0;
}

.avb-404page__code {
    display: block;
    margin: 0 0 -10px;
    color: rgba(14, 35, 68, 0.08);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(110px, 15vw, 190px);
    font-weight: 400;
    line-height: 0.78;
    letter-spacing: -0.055em;
    user-select: none;
}

.avb-404page__eyebrow {
    display: block;
    margin: 0 0 10px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.avb-404page__title {
    max-width: 760px;
    margin: 0 0 17px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(44px, 5vw, 66px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.028em;
}

.avb-404page__description {
    max-width: 700px;
    margin: 0 0 26px;
    color: #596779;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.avb-404page__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    width: min(700px, 100%);
    margin: 0 0 18px;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #dce4ec;
    border-radius: 11px;
    box-shadow: 0 13px 30px rgba(14, 35, 68, 0.08);
}

.avb-404page__search-input {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0 15px;
    color: #26364c;
    background: transparent;
    border: 0;
    border-radius: 7px;
    outline: 0;
    box-shadow: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
}

.avb-404page__search-input:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.avb-404page__search-input::placeholder {
    color: #8d99a8;
    opacity: 1;
}

body .avb-404page button.avb-404page__search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 102px;
    min-height: 50px;
    margin: 0;
    padding: 11px 20px;
    color: #ffffff !important;
    background: #0e2344 !important;
    border: 1px solid #0e2344 !important;
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

body .avb-404page button.avb-404page__search-button:hover,
body .avb-404page button.avb-404page__search-button:focus {
    color: #ffffff !important;
    background: #163963 !important;
    border-color: #163963 !important;
    transform: translateY(-1px);
}

.avb-404page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.avb-404page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 17px;
    border-radius: 8px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

body .inside-article .avb-404page a.avb-404page__button--primary,
body .avb-404page a.avb-404page__button--primary {
    color: #ffffff !important;
    background: #0e2344;
    border: 1px solid #0e2344;
}

body .inside-article .avb-404page a.avb-404page__button--secondary,
body .avb-404page a.avb-404page__button--secondary {
    color: #0e2344 !important;
    background: #ffffff;
    border: 1px solid #ccd6df;
}

body .inside-article .avb-404page a.avb-404page__button--primary:hover,
body .inside-article .avb-404page a.avb-404page__button--primary:focus,
body .avb-404page a.avb-404page__button--primary:hover,
body .avb-404page a.avb-404page__button--primary:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

body .inside-article .avb-404page a.avb-404page__button--secondary:hover,
body .inside-article .avb-404page a.avb-404page__button--secondary:focus,
body .avb-404page a.avb-404page__button--secondary:hover,
body .avb-404page a.avb-404page__button--secondary:focus {
    color: #0e2344 !important;
    background: #edf2f7;
}

.avb-404page__panel {
    padding: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dde5ed;
    border-radius: 15px;
    box-shadow: 0 18px 42px rgba(14, 35, 68, 0.08);
    backdrop-filter: blur(6px);
}

.avb-404page__panel-label {
    display: block;
    margin: 0 0 16px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.avb-404page__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.avb-404page__links li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e9ef;
}

.avb-404page__links li:last-child {
    border-bottom: 0;
}

body .inside-article .avb-404page .avb-404page__links a,
body .avb-404page .avb-404page__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 52px;
    color: #0e2344 !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.2s ease,
        padding 0.2s ease;
}

body .inside-article .avb-404page .avb-404page__links a:hover,
body .inside-article .avb-404page .avb-404page__links a:focus,
body .avb-404page .avb-404page__links a:hover,
body .avb-404page .avb-404page__links a:focus {
    padding-left: 5px;
    color: #a77844 !important;
}

.avb-404page__notice {
    margin: 22px 0 0;
    padding: 18px;
    color: #5e594f;
    background: #fffaf3;
    border: 1px solid #ead8bd;
    border-radius: 10px;
    font-family: "Inter", Arial, sans-serif;
}

.avb-404page__notice strong {
    display: block;
    margin: 0 0 6px;
    color: #78572f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avb-404page__notice p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .avb-404page__container {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
        min-height: auto;
    }

    .avb-404page__panel {
        max-width: 760px;
    }
}

@media (max-width: 680px) {
    .avb-404page__container {
        width: min(100% - 28px, 1200px);
        gap: 32px;
        padding: 54px 0 64px;
    }

    .avb-404page__code {
        margin-bottom: -4px;
        font-size: clamp(92px, 31vw, 130px);
    }

    .avb-404page__title {
        font-size: clamp(38px, 11vw, 50px);
    }

    .avb-404page__description {
        font-size: 14px;
    }

    .avb-404page__search {
        grid-template-columns: minmax(0, 1fr);
    }

    body .avb-404page button.avb-404page__search-button {
        width: 100%;
    }

    .avb-404page__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .avb-404page__button {
        width: 100%;
    }

    .avb-404page__panel {
        padding: 23px;
    }
}

/* ==================================================
   AVUKATBULDUM.COM
   YAZAR PROFİL SAYFASI
================================================== */

.avb-authorpage,
.avb-authorpage * {
    box-sizing: border-box;
}

.avb-authorpage {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #536174;
    background: #ffffff;
}

.avb-authorpage__container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0;
}

/* ==================================================
   HERO VE PROFİL
================================================== */

.avb-authorpage__hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 66px;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(177, 132, 80, 0.12),
            transparent 30%
        ),
        linear-gradient(135deg, #f4f7fb 0%, #edf2f7 100%);
}

.avb-authorpage__hero::before {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -300px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(14, 35, 68, 0.05);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(14, 35, 68, 0.018),
        0 0 0 110px rgba(14, 35, 68, 0.012);
    pointer-events: none;
}

.avb-authorpage__breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0 0 30px;
    color: #7b8797;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.avb-authorpage__breadcrumb span {
    color: #9aa5b2;
}

body .inside-article .avb-authorpage .avb-authorpage__breadcrumb a,
body .avb-authorpage .avb-authorpage__breadcrumb a {
    color: #0e2344 !important;
    font-weight: 600;
    text-decoration: none;
}

body .inside-article .avb-authorpage .avb-authorpage__breadcrumb a:hover,
body .inside-article .avb-authorpage .avb-authorpage__breadcrumb a:focus,
body .avb-authorpage .avb-authorpage__breadcrumb a:hover,
body .avb-authorpage .avb-authorpage__breadcrumb a:focus {
    color: #a77844 !important;
}

.avb-authorpage__profile {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 30px;
}

.avb-authorpage__avatar {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: #ffffff;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(14, 35, 68, 0.14);
}

.avb-authorpage__avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.avb-authorpage__eyebrow {
    display: block;
    margin: 0 0 7px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.avb-authorpage__title {
    margin: 0 0 12px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(42px, 5vw, 62px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.026em;
}

.avb-authorpage__description {
    max-width: 800px;
    margin: 0 0 18px;
    color: #596779;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.avb-authorpage__description p {
    margin: 0 0 12px;
}

.avb-authorpage__description p:last-child {
    margin-bottom: 0;
}

.avb-authorpage__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.avb-authorpage__stat {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    color: #536174;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #dce4ec;
    border-radius: 8px;
    font-family: "Inter", Arial, sans-serif;
}

.avb-authorpage__stat strong {
    color: #0e2344;
    font-size: 18px;
    font-weight: 800;
}

.avb-authorpage__stat span {
    font-size: 11px;
    font-weight: 700;
}

body .inside-article .avb-authorpage a.avb-authorpage__website,
body .avb-authorpage a.avb-authorpage__website {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    color: #0e2344 !important;
    background: #ffffff;
    border: 1px solid #ccd6df;
    border-radius: 8px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

body .inside-article .avb-authorpage a.avb-authorpage__website:hover,
body .inside-article .avb-authorpage a.avb-authorpage__website:focus,
body .avb-authorpage a.avb-authorpage__website:hover,
body .avb-authorpage a.avb-authorpage__website:focus {
    color: #ffffff !important;
    background: #0e2344;
    border-color: #0e2344;
}

/* ==================================================
   İÇERİK ALANI
================================================== */

.avb-authorpage__content {
    padding: 76px 0 92px;
    background: #ffffff;
}

.avb-authorpage__topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e1e7ed;
}

.avb-authorpage__content-label {
    display: block;
    margin: 0 0 7px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.avb-authorpage__content-title {
    max-width: 760px;
    margin: 0;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(31px, 3.5vw, 43px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.016em;
}

.avb-authorpage__content-note {
    max-width: 430px;
    margin: 0;
    color: #7b8797;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.6;
    text-align: right;
}

/* ==================================================
   İÇERİK KARTLARI
================================================== */

.avb-authorpage__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.avb-authorpage__card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e0e7ee;
    border-radius: 14px;
    box-shadow: 0 9px 28px rgba(14, 35, 68, 0.045);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.avb-authorpage__card:hover {
    border-color: #bcc8d4;
    box-shadow: 0 18px 40px rgba(14, 35, 68, 0.1);
    transform: translateY(-5px);
}

.avb-authorpage__image-link,
.avb-authorpage__placeholder {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #e9eef4;
    text-decoration: none;
}

.avb-authorpage__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.avb-authorpage__card:hover .avb-authorpage__image {
    transform: scale(1.035);
}

.avb-authorpage__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(177, 132, 80, 0.2),
            transparent 35%
        ),
        linear-gradient(145deg, #17365f 0%, #0e2344 100%);
}

.avb-authorpage__placeholder-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
}

.avb-authorpage__card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.avb-authorpage__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
}

.avb-authorpage__category {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 9px;
    color: #78572f;
    background: #f5ede2;
    border: 1px solid #e5d3b8;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.avb-authorpage__date {
    color: #8a95a4;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    white-space: nowrap;
}

.avb-authorpage__card-title {
    margin: 0 0 12px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.18;
}

body .inside-article .avb-authorpage .avb-authorpage__card-title a,
body .avb-authorpage .avb-authorpage__card-title a {
    color: #0e2344 !important;
    text-decoration: none;
}

body .inside-article .avb-authorpage .avb-authorpage__card-title a:hover,
body .inside-article .avb-authorpage .avb-authorpage__card-title a:focus,
body .avb-authorpage .avb-authorpage__card-title a:hover,
body .avb-authorpage .avb-authorpage__card-title a:focus {
    color: #a77844 !important;
}

.avb-authorpage__excerpt {
    margin: 0 0 20px;
    color: #5f6c7c;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

body .inside-article .avb-authorpage a.avb-authorpage__read-link,
body .avb-authorpage a.avb-authorpage__read-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    margin-top: auto;
    color: #0e2344 !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

body .inside-article .avb-authorpage a.avb-authorpage__read-link:hover,
body .inside-article .avb-authorpage a.avb-authorpage__read-link:focus,
body .avb-authorpage a.avb-authorpage__read-link:hover,
body .avb-authorpage a.avb-authorpage__read-link:focus {
    gap: 11px;
    color: #a77844 !important;
}

/* ==================================================
   SAYFALAMA VE BOŞ DURUM
================================================== */

.avb-authorpage__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 42px 0 0;
}

.avb-authorpage__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    min-height: 39px;
    margin: 0 3px 6px;
    padding: 7px 11px;
    color: #4f5e73 !important;
    background: #ffffff;
    border: 1px solid #dce4ec;
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.avb-authorpage__pagination .page-numbers.current {
    color: #ffffff !important;
    background: #0e2344;
    border-color: #0e2344;
}

.avb-authorpage__pagination a.page-numbers:hover,
.avb-authorpage__pagination a.page-numbers:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

.avb-authorpage__empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 58px 38px;
    background: #f7f9fc;
    border: 1px solid #e0e7ee;
    border-radius: 16px;
    text-align: center;
}

.avb-authorpage__empty-label {
    display: block;
    margin: 0 0 8px;
    color: #a77844;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.avb-authorpage__empty-title {
    margin: 0 0 13px;
    color: #0e2344;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.13;
}

.avb-authorpage__empty-description {
    max-width: 600px;
    margin: 0 auto 25px;
    color: #657285;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

body .inside-article .avb-authorpage a.avb-authorpage__empty-button,
body .avb-authorpage a.avb-authorpage__empty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 11px 17px;
    color: #ffffff !important;
    background: #0e2344;
    border: 1px solid #0e2344;
    border-radius: 8px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

body .inside-article .avb-authorpage a.avb-authorpage__empty-button:hover,
body .inside-article .avb-authorpage a.avb-authorpage__empty-button:focus,
body .avb-authorpage a.avb-authorpage__empty-button:hover,
body .avb-authorpage a.avb-authorpage__empty-button:focus {
    color: #ffffff !important;
    background: #163963;
    border-color: #163963;
}

@media (max-width: 980px) {
    .avb-authorpage__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avb-authorpage__topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .avb-authorpage__content-note {
        text-align: left;
    }
}

@media (max-width: 680px) {
    .avb-authorpage__container {
        width: min(100% - 28px, 1200px);
    }

    .avb-authorpage__hero {
        padding: 45px 0 52px;
    }

    .avb-authorpage__profile {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    .avb-authorpage__avatar {
        width: 110px;
        height: 110px;
    }

    .avb-authorpage__title {
        font-size: clamp(38px, 11vw, 50px);
    }

    .avb-authorpage__description {
        font-size: 14px;
    }

    .avb-authorpage__stats {
        align-items: stretch;
        flex-direction: column;
    }

    .avb-authorpage__stat,
    body .inside-article .avb-authorpage a.avb-authorpage__website,
    body .avb-authorpage a.avb-authorpage__website {
        justify-content: center;
        width: 100%;
    }

    .avb-authorpage__content {
        padding: 58px 0 66px;
    }

    .avb-authorpage__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .avb-authorpage__image-link,
    .avb-authorpage__placeholder {
        height: 210px;
    }

    .avb-authorpage__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .avb-authorpage__empty {
        padding: 42px 20px;
    }
}
