﻿.blog-container-3 {
    max-width: 950px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 85px;
    padding-bottom: 70px;
    position:relative;
}

.blog-container-4 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.blog-content-introduction {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align:center;
}

.blog-container-info-1 {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    gap:25px;
    font-size:18px;
}

.blog-container-info-1 .blog {
    color: #7ABF4E;
    font-weight:700;
    position:relative;
}
.blog-container-info-1 .blog::after {
    position: absolute;
    content: "";
    height: 3px;
    border-radius:4px;
    width: 15px;
    background-color: #7ABF4E;
    top:50%;
    left:calc(100% + 5px);
    transform:translate3d(0, -50%, 0);
}



.blog-container-info-1 .date {
    color: #242424;
    font-weight: 500;
    text-decoration:underline;
}

.blog-overlay-background {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(0deg,transparent 0%, #8bbc5e30 100%);
}

.blog-container-1 {
    max-width:1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 40px;
    padding-bottom: 70px;
}

@media(min-width:1024px) {
    .blog-container-1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.blog-card-list {
    display:flex;
    flex-direction:column;
    gap:40px;
}

.blog-card {
    display: grid;
}


.blog-card-star {
    margin-bottom: 55px;
}

.blog-card-image {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.blog-card-image .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-card .blog-card-content-title {
    text-align: left;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.1;
    color: #363636;
    display:block;
}

.blog-card .blog-card-content-title:hover {
    text-decoration:underline;
}

.blog-card .blog-card-content.with-category .blog-card-content-star {
    text-align: left;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 5px;
    display: block;
}

.blog-card .blog-card-content.with-category .blog-card-content-category {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 5px;
    display: block;
}

.blog-card .blog-card-content.with-category .blog-header-with-category {
    padding-left: 15px;
    position: relative;
}

.blog-card .blog-card-content.with-category .left-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    border-radius: 6px;
    height: 100%;
}


@media(min-width:1024px) {
    .blog-card {
        gap: 25px;
    }

    .blog-card-list {
        gap: 75px;
    }

    .blog-card-star {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .blog-card {
        display: grid;
        grid-template-columns: 450px minmax(55%, 1fr);
        gap: 75px;
    }

    .blog-card .blog-card-content {
        padding-top: 20px;
        padding-bottom: 35px;
    }
}





.blog-card .blog-card-author {
    display:flex;
    align-items:center;
    margin-top:15px;
    gap:10px;
}
.blog-card .blog-card-author img{
    height:46px;
    width:46px;
    border-radius:99px;
    object-fit:cover;
    object-position:center;

}

.blog-card .blog-card-author .blog-card-author-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #363636;
    margin-bottom:3px;
}

.blog-card .blog-card-author .blog-card-publication-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #989898;
}

.blog-card .blog-card-content-description {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #797979;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-card .blog-card-content-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.blog-card .blog-card-content-share-button {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #363636;
    margin-top: 20px;
    padding: 5px 15px;
    border-radius: 6px;
    border: 2px solid #EAEAEA;
    background-color: #ffffff;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}
.blog-card .blog-card-content-share-button svg {
    width:22px;
    height:22px;
}
.blog-card .blog-card-content-button {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #363636;
    margin-top: 20px;
    padding: 5px 15px;
    border-radius: 6px;
    border: 2px solid #EAEAEA;
    background-color: #EAEAEA;
    display:inline-flex;
    gap:8px;
    align-items:center;
    cursor:pointer;
}

.blog-card .blog-card-content-button svg {
    height: 18px;
    width: 18px;
    transition: transform 0.3s ease;
}

.blog-card .blog-card-content-button:hover svg {
    transform:translate3d(4px, 0, 0);
}



.blog-container-2 {
    max-width:800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 40px;
    padding-bottom: 70px;
}

.blog-layout-2 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:25px;
}

@media(min-width:1024px) {
    .blog-layout-2 {
        align-items:normal;
        flex-direction: row;
        gap: 35px;
    }
}

.blog-layout-2 .blog-layout-2-item {
    width:140px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 0px 32px #00000038;
}

.blog-layout-2 .blog-layout-2-item.cursor-pointer {
    cursor:pointer;
}

.blog-layout-2 .blog-layout-2-item .blog-layout-2-item-title {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
}

.blog-layout-2 .blog-layout-2-item .blog-layout-2-item-text {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    text-align:center;
    margin-top:auto;
    hyphens:auto;
}
.blog-layout-2 .blog-layout-2-item .blog-layout-2-item-text svg {
    height:28px;
    width:28px;
}
.blog-layout-3 {
    display: grid;
}

.blog-layout-3-navigation-container {
    display: none;
}

@media(min-width:1024px) {
    .blog-layout-3-navigation-container {
        position: relative;
        display:block;
    }

    .blog-layout-3 {
        grid-template-columns: 327px 1fr;
        gap: 50px;
    }

}


.blog-layout-3-navigation {
    position: sticky;
    top: 95px;
    background-color: white;
    padding: 50px 30px 30px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    box-shadow: 0px 0px 32px #00000038;
}

.blog-layout-3-navigation .mark{
    position:absolute;
    top:0px;
    height:38px;
}

.blog-layout-3-navigation .blog-layout-3-navigation-title {
    color: #000000;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom:25px;
    font-weight: 800;
}

.blog-layout-3-navigation nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

    .blog-layout-3-navigation nav a {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.25;
        color: #363636;
        position: relative;
        display: block;
        padding-left: 15px;
    }

.blog-layout-3-navigation nav a:before {
    content: "";
    position: absolute;
    height: 8px;
    border-radius: 8px;
    width: 8px;
    background-color: #000000;
    left: 0px;
    top: 4px;
}


.blog-layout-3-navigation nav a:not(:last-child):after {
    content: "";
    position: absolute;
    height: calc(100% + 15px);
    border-radius: 8px;
    width: 2px;
    background-color: #000000;
    left: 4px;
    top:5px;
    transform:translate3d(-50%,0,0);
}

.blog-layout-3-navigation .blog-card-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:25px;
    margin-bottom:5px;
}

.blog-layout-3-navigation .blog-card-author img {
    height: 46px;
    width: 46px;
    border-radius: 99px;
    object-fit: cover;
    object-position: center;
}

.blog-layout-3-navigation .blog-card-author .blog-card-author-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #363636;
    margin-bottom: 3px;
}

.blog-layout-3-navigation .blog-card-author .blog-card-publication-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #989898;
}

.blog-layout-3-navigation .blog-layout-3-navigation-share-button {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #363636;
    margin-top: 30px;
    padding: 5px 15px;
    border-radius: 6px;
    border: 2px solid #EAEAEA;
    background-color: #EAEAEA;
    display: inline-flex;
    justify-content:center;
    gap: 8px;
    align-self: center;
    cursor: pointer;
}

.blog-layout-3-navigation .blog-layout-3-navigation-share-button svg {
    height:22px;
    width:22px;
}

.blog-display-1 {
    color: #000000;
    font-size: 45px;
    letter-spacing: -1.5px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
}

.blog-display-2 {
    color: #000000;
    font-size: 45px;
    letter-spacing: -1.5px;
    line-height: 45px;
    font-weight: 800;
}







.blog-content a {
    text-decoration: underline;
    font-weight: 600;
    color: #1AA3B6;
    transition: color 0.3s ease;
}

.blog-content a:hover {
    color: rgb(79 132 139);
}

.blog-content table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
    margin-top: 5px;
    border-collapse: collapse;
}


.blog-content table, .legal th, .legal td {
    border: 1px solid #606060;
}

.blog-content th, .legal td {
    padding: 7px;
    text-align: left;
}

.blog-content table tr:nth-child(even) {
    background-color: #f0f0f0;
}

.blog-content table:not(:last-child) {
    margin-bottom: 10px;
}

.blog-content h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 12px;
}

.blog-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 12px;
}

.blog-content h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 12px;
}

.blog-content h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.blog-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #606060;
}

.blog-content p:not(:last-of-type) {
    margin-bottom: 10px;
}

.blog-content ul {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
}

.blog-content ul:not(:last-of-type) {
    margin-bottom: 10px;
}

