﻿.apple-blog-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #1d1d1f;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;

    @media (max-width: 600px) {
        padding: 30px 20px;
    }
}

.blog-header h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 24px;
    color: #1d1d1f;
    text-align: center;
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.hero-image {
    height: 700px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;


    @media (max-width: 600px) {
        height: 100vw
    }
}



.blog-content .lead {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    margin-bottom: 48px;
    text-align: center;
}

.blog-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 56px 0 20px;
    line-height: 1.2;
    color: #1d1d1f;
}

.blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1d1d1f;
}

.blog-content p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333336;
}

.blog-content ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.blog-content li {
    font-size: 18px;
    margin-bottom: 12px;
    color: #333336;
    padding-left: 8px;
    display: flex;
    align-items: center;
}

    .blog-content li span {
        margin-right: 3px;
    }


    .blog-content li a {
        color: cornflowerblue;
        text-decoration: none;
        display: inline-block;
        width: 90px;
    }

    .blog-content li strong {
        display: contents;
    }

    .blog-content li::marker {
        color: #86868b;
    }

.step {
    margin-bottom: 40px;
    padding: 24px;
    background-color: #fbfbfd;
    border-radius: 18px;
    border: 1px solid #d2d2d7;
}

    .step h3 {
        margin-top: 0;
        color: #1d1d1f;
    }

.pro-tip {
    background-color: #f5f5f7;
    border-radius: 0 14px 14px 0;
    padding: 24px;
    margin: 32px 0;
    font-size: 17px;
    color: #1d1d1f;
    border-left: solid 7px #999;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .pro-tip span {
        margin-right: 10px;
    }
    .pro-tip strong {
        display: contents;
    }
    .pro-tip em {
        display: contents;
    }

.info-block {
    > div {
        display: flex;
        align-items: center;

        span {
            margin-right: 3px;
        }
    }
}


strong {
    font-weight: 600;
}

.cta-section {
    margin-top: 64px;
    padding: 40px 32px;
    background-color: #f5f5f7;
    border-radius: 20px;
    text-align: center;
}

    .cta-section p {
        margin: 0;
        font-size: 21px;
        font-weight: 500;
    }


.cta-link {
    text-decoration: none;
    color: cornflowerblue;
}


.images-block {
    display: inline-block;

    .images-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;


        div {
            border: solid 1px #ccc;
            line-height: 0;
        }

        img {
            max-width: 150px;
        }
    }

    .image-caption {
        font-size: 15px;
        font-weight: 600;
        background-color: #fff5c8;
        padding: 10px;
        text-align: center;
        margin: 10px 0;
        border-radius: 10px;
    }
}


.blog-image {
    max-width: 100%;
    border: solid 1px #ccc;
    display: inline-block;
    line-height: 0;

    img {
        max-width: 100%;
        height: auto;
    }
}


.icon-row{
    display: flex;
    align-items: center;
}

.icon-row h3 {
    margin: 0;
}

.icon-row img {
    margin-right: 5px;
}
