#breadcrumb {
    background: none;
    background-image: none;
}

.text-clamp {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp.expanded {
    max-height: none;
}

.text-clamp-2 {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp-2.expanded {
    max-height: none;
}

.text-clamp {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp.expanded {
    max-height: none;
}

/* Bullet ikonlu li */
li.custom-bullet {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
  padding-left: 0;
}

/* SVG ikon */
li.custom-bullet .bullet-icon {
  flex-shrink: 0;
  margin-top: 0.35rem;
}

/* Alt <ul> içerik girintisi */
li.custom-bullet > ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.breadcrumb-item a:hover {
    color: #DE8130;
}

#info-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 24px;
}

#date {
    display: flex;
    align-items: center;
    gap: 10px;
}

#date p {
    color: var(--Color-General-Black, #000);
    /* Body/Medium/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 200% */
}

#date svg {
    width: 14.4px;
    height: 16px;
    stroke-width: 2px;
    stroke: var(--Primary-Default, #DE8130);
}

#share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#share span {
    color: var(--Primary-Default, #DE8130);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    /* 135.714% */
}

#icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

#icon-img {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Primary-100, #FDF7F1);
}

#icon-img img {
    width: 24px;
    height: 24px;
}

#detail-page {
    display: flex;
    width: 802px;
    align-items: center;
    gap: 40px;
}

#single-blog-page .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

#single-blog-page {
    padding-top: 0px;
    padding-bottom: 10px;
}

.sblog-post-txt h1 {
    color: var(--Color-General-Black, #000);
    /* Heading/H1 */
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    margin-bottom: 32px;
}

.announcement-detail-image img {
    width: 802px;
    border-radius: 16px;
}

.announcement-detail-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

#page-content ol {
    padding-left: 15px;
    font-weight: 400;
}

#page-content ol {
    padding: 0;
}

#page-content p {
    color: var(--Color-General-Black, #000);
    /* Body/Regular/Default */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

#back-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    border: 2px solid var(--Primary-Default, #DE8130);
    cursor: pointer;
}

#back-icon img {
    width: 14px;
    height: 14px;
    stroke-width: 2px;
    stroke: var(--Primary-Default, #DE8130);
}

#announcements .container {
    display: flex;
    width: 802px;
    flex-direction: column;
    align-items: center;
}

#announcements {
    padding: 0px 20px;
    padding-bottom: 60px;
}

.announcement-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 802px;
}

.announcement-inner {
    background-color: #FDF7F1;
    display: flex;
    width: 802px;
    height: 179px;
    align-items: flex-start;
    border-radius: 16px;
}

.announcement-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.announcement-date {
    color: var(--Color-General-Black, #000);

    /* Body/Medium/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 200% */
}


.announcement-title {
    color: var(--Color-General-Black, #000);
    /* Body/SemiBold/M */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 166.667% */
}

#announcements .row {
    gap: 32px;
    margin-bottom: 56px;
}

#other-announcement-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 20px;
}

#other-announcement-title h2 {
    color: var(--Color-General-Black, #000);
    text-align: center;

    /* Heading/H4 */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 0.24px;
}

#left-arrow-icon {
    cursor: pointer;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: var(--Primary-100, #FDF7F1);
}

#left-arrow-iconn img {
    width: 14px;
    height: 14px;
    stroke-width: 2px;
    stroke: var(--Primary-Default, #DE8130);
}

#right-arrow-icon {
    cursor: pointer;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: var(--Primary-100, #FDF7F1);
}

#right-arrow-iconn img {
    width: 14px;
    height: 14px;
    stroke-width: 2px;
    stroke: var(--Primary-Default, #DE8130);
}

.announcement-image img {
    width: 176.246px;
    height: 179px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px 0px 0px 16px;
    object-fit: cover;
    background: var(--Primary-Default, #DE8130);
}

#detail-page-announcement-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
}

.mobile-only,
.web-only {
    display: none;
}

@media screen and (max-width: 1100px) {
    #single-blog-page {
        width: 100%;
        padding: 0px 16px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    #detail-page {
        width: 100%;
        align-items: center;
        gap: 40px;
    }

    .mobile-only {
        display: block;
    }

    .announcement-detail-image img {
        width: 100%;
    }

    .sblog-post-txt {
        width: 100%;
    }

    #left-arrow-icon-mobile {
        cursor: pointer;
        display: flex;
        width: 48px;
        height: 48px;
        padding: 0px 24px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 36px;
        background: var(--Primary-100, #FDF7F1);
    }

    #left-arrow-icon-mobile img {
        width: 14px;
        height: 14px;
        stroke-width: 2px;
        stroke: var(--Primary-Default, #DE8130);
    }

    #right-arrow-icon-mobile {
        cursor: pointer;
        display: flex;
        width: 48px;
        height: 48px;
        padding: 0px 24px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 36px;
        background: var(--Primary-100, #FDF7F1);
    }

    #right-arrow-icon-mobile img {
        width: 14px;
        height: 14px;
        stroke-width: 2px;
        stroke: var(--Primary-Default, #DE8130);
    }

    #announcements .container {
        width: 100%;
    }

    #announcements .row {
        width: 100%;
        margin-bottom: 0px;
    }

    .announcement-inner {
        width: 100%;
    }

    .announcement-image img {
        width: 113.936px;
    }

    .announcement-title {
        color: var(--Color-General-Black, #000);

        /* Body/SemiBold/Default */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        /* 150% */
    }

    .announcement-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    #detail-page-announcement-content {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        flex: 1 0 0;
        align-self: stretch;
    }

    .announcement-date {
        color: var(--Color-General-Black, #000);

        /* Body/Medium/S */
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 200% */
    }

    .sblog-post-txt h1 {
        color: var(--Color-General-Black, #000);

        /* Mobile/Heading/Hero 1 */
        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 41.1px;
        /* 146.786% */
        margin-bottom: 16px;
    }

    #page-content p {
        color: var(--Color-General-Black, #000);

        /* Body/Regular/S */
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 171.429% */
    }

    #page-content {
        margin-bottom: 40px;
    }

}

.mobile-only,
.web-only {
    display: none !important;
}

@media screen and (max-width: 1100px) {
    .mobile-only {
        display: block !important;
    }
}

@media screen and (min-width: 1101px) {
    .web-only {
        display: block !important;
    }
}

.number {
    color: #DE8130;
    font-size: 50px;
    font-weight: 700;
    padding: 8px;
    height: 140px;
    margin-left: 15px;
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: start;
}

.sbox-3 {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    width: 289.5px;
    height: 205px;
    overflow: hidden;
    transition: height 0.3s ease;
    position: relative;
}

.css114 {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.css115 {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.css116 {
    font-size: 12px;
    font-weight: 500;
}

.css117 {
    font-weight: normal;
}

.css118 {
    padding-right: 0;
    padding-left: 0;
}

.css119 {
    margin-top: 30px;
}

.css120 {
    font-weight: normal;
}

.css121 {
    padding-right: 0;
    padding-left: 0;
}

#buttons {
    margin-bottom: 50px;
}

#buttons .container {
    display: flex;
    width: 802px;
    flex-direction: column;
    padding: 0;
}

.buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.link-button {
    width: 180px;
    height: 48px;
    padding: 8px;
    border-radius: 40px;
    background: var(--Primary-Default, #DE8130);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
    color: var(--Secondary-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none;
}

.link-button:hover {
    background-color: white;
    color: black;
    border: 1px solid #DE8130;
}