/*
Theme Name: Blocksy Braggo Child
Template: blocksy
Version: 1.0.0
*/
/* =========================
   BRAGGO TOP HEADER FINAL
========================= */

[data-row="top"] {
    border-bottom: 1px solid #ece8e2;
    min-height: 30px;
}

[data-row="top"] .ct-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[data-row="top"] .ct-html {
    width: 100% !important;
    flex: 1 1 100% !important;
    display: block !important;
}

[data-row="top"] .ct-html .entry-content,
[data-row="top"] .ct-html .ct-html-content,
[data-row="top"] .ct-html > div {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.braggo-topbar-grid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr);
    align-items: center;
    column-gap: 46px;
    min-height: 30px;
    box-sizing: border-box;
}

.braggo-topbar-col {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    white-space: nowrap;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.braggo-topbar-col--left {
    justify-content: flex-start;
    justify-self: start;
}

.braggo-topbar-col--center {
    justify-content: center;
    justify-self: center;
}

.braggo-topbar-col--right {
    justify-content: flex-end;
    justify-self: end;
}

.braggo-topbar-col a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #8f8f8f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.braggo-topbar-col a:hover {
    color: #111;
}

.braggo-topbar-col a:not(:last-child) {
    margin-right: 14px;
    padding-right: 14px;
}

.braggo-topbar-col a:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #c9c9c9;
    font-size: 8px;
    line-height: 1;
}

/* top row iç boşluklarını küçült */
[data-row="top"] [data-id="html"] {
    margin: 0 !important;
    padding: 0 !important;
}

/* mobil */
@media (max-width: 991px) {
    .braggo-topbar-grid {
        grid-template-columns: 1fr;
        row-gap: 6px;
        padding: 6px 18px;
        min-height: auto;
    }

    .braggo-topbar-col {
        flex-wrap: wrap;
        white-space: normal;
        font-size: 9px;
    }

    .braggo-topbar-col--left,
    .braggo-topbar-col--center,
    .braggo-topbar-col--right {
        justify-content: flex-start;
        justify-self: start;
    }

    .braggo-topbar-col a:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
}
