.page-blog-how-to-safely-access-13win12 {
    background-color: #F4F7FB;
    color: #1F2D3D;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding-bottom: 40px; /* Ensure some space at the bottom */
}

.page-blog-how-to-safely-access-13win12__hero-section {
    display: flex;
    flex-direction: column; /* Image on top, content below */
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 40px;
    background-color: #2F6BFF; /* Primary color as background for hero */
    color: #FFFFFF;
    text-align: center;
    overflow: hidden; /* Ensure no overflow */
}

.page-blog-how-to-safely-access-13win12__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Constrain image width */
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.page-blog-how-to-safely-access-13win12__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-safely-access-13win12__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-how-to-safely-access-13win12__main-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #FFFFFF;
    /* No fixed font-size, rely on clamp if needed, but not explicitly requested */
}

.page-blog-how-to-safely-access-13win12__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #E0E0E0;
}

.page-blog-how-to-safely-access-13win12__cta-button {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-safely-access-13win12__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-safely-access-13win12__cta-button--bottom {
    margin-top: 30px;
}

.page-blog-how-to-safely-access-13win12__content-section {
    padding: 40px 20px;
}

.page-blog-how-to-safely-access-13win12__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.page-blog-how-to-safely-access-13win12__article {
    flex: 3;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-safely-access-13win12__sidebar {
    flex: 1;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-safely-access-13win12__section-title {
    color: #2F6BFF; /* Primary color for section titles */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.8em;
}

.page-blog-how-to-safely-access-13win12__paragraph {
    margin-bottom: 15px;
    color: #1F2D3D;
}

.page-blog-how-to-safely-access-13win12__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-blog-how-to-safely-access-13win12__list-item {
    margin-bottom: 10px;
}

.page-blog-how-to-safely-access-13win12__image-container {
    margin: 25px 0;
    text-align: center;
}

.page-blog-how-to-safely-access-13win12__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px;
}

.page-blog-how-to-safely-access-13win12__sidebar-title {
    color: #2F6BFF;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
}

.page-blog-how-to-safely-access-13win12__related-posts {
    list-style: none;
    padding: 0;
}

.page-blog-how-to-safely-access-13win12__related-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #D6E2FF; /* Border color */
    padding-bottom: 20px;
}

.page-blog-how-to-safely-access-13win12__related-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.page-blog-how-to-safely-access-13win12__related-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1F2D3D;
    transition: color 0.3s ease;
}

.page-blog-how-to-safely-access-13win12__related-link:hover {
    color: #2F6BFF;
}

.page-blog-how-to-safely-access-13win12__related-image {
    width: 100px;
    height: 75px; /* Adjust aspect ratio for thumbnails */
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
    min-width: 200px; /* Ensure thumbnail minimum size */
    min-height: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-safely-access-13win12__related-text {
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.4;
}

.page-blog-how-to-safely-access-13win12__faq-section {
    padding: 40px 20px;
    background-color: #FFFFFF;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-safely-access-13win12__faq-item {
    margin-bottom: 20px;
    border: 1px solid #D6E2FF;
    border-radius: 5px;
    padding: 20px;
}

.page-blog-how-to-safely-access-13win12__faq-question {
    color: #000000; /* Custom Color_1776249996415 */
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-how-to-safely-access-13win12__faq-answer {
    color: #1F2D3D;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-blog-how-to-safely-access-13win12__container {
        flex-direction: column;
        gap: 30px;
    }

    .page-blog-how-to-safely-access-13win12__article,
    .page-blog-how-to-safely-access-13win12__sidebar {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-safely-access-13win12__hero-section {
        padding-bottom: 30px;
    }

    .page-blog-how-to-safely-access-13win12__main-title {
        font-size: 2em; /* Adjusted for mobile, still not fixed to a large value */
    }

    .page-blog-how-to-safely-access-13win12__description {
        font-size: 1em;
    }

    .page-blog-how-to-safely-access-13win12__section-title {
        font-size: 1.5em;
    }

    .page-blog-how-to-safely-access-13win12__content-image {
        max-width: 100%;
        height: auto;
        min-width: 200px;
        min-height: 200px;
    }

    .page-blog-how-to-safely-access-13win12__related-image {
        min-width: 200px;
        min-height: 150px; /* Adjusted to maintain 200px minimum width */
    }
    
    /* Enforce image max-width for mobile to prevent overflow */
    .page-blog-how-to-safely-access-13win12 img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-safely-access-13win12__main-title {
        font-size: 1.6em;
    }

    .page-blog-how-to-safely-access-13win12__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-blog-how-to-safely-access-13win12__content-section,
    .page-blog-how-to-safely-access-13win12__faq-section {
        padding: 20px 15px;
    }

    .page-blog-how-to-safely-access-13win12__article,
    .page-blog-how-to-safely-access-13win12__sidebar {
        padding: 20px;
    }

    .page-blog-how-to-safely-access-13win12__related-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-blog-how-to-safely-access-13win12__related-image {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%; /* Make thumbnail full width on very small screens */
        height: auto;
        min-width: 200px; /* Ensure it still meets min size requirements */
        min-height: 150px; /* Adjust height proportionally */
    }
}