/* style/resources-king52-guide.css */
.page-resources-king52-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-king52-guide__container {
    max-width: 800px; /* Content width for comfortable reading */
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-king52-guide__back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #003366;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-king52-guide__back-link:hover {
    color: #FFD700;
}

.page-resources-king52-guide__title {
    font-size: 2.5em;
    color: #003366;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}

.page-resources-king52-guide__meta {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.page-resources-king52-guide__hero-section {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f0f4f8;
    border-radius: 8px;
}

.page-resources-king52-guide__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-king52-guide__hero-text {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 25px;
}

.page-resources-king52-guide__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Auxiliary color */
    color: #003366; /* Text color for contrast */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    border: 2px solid #FFD700;
}

.page-resources-king52-guide__cta-button:hover {
    background-color: #e6c200;
    color: #002244;
    transform: translateY(-2px);
}

.page-resources-king52-guide__cta-button--small {
    padding: 8px 18px;
    font-size: 0.95em;
}

.page-resources-king52-guide__cta-button--large {
    padding: 15px 35px;
    font-size: 1.3em;
}

.page-resources-king52-guide__section {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-resources-king52-guide__section:first-of-type {
    border-top: none;
    padding-top: 0;
}

.page-resources-king52-guide__section-title {
    font-size: 1.8em;
    color: #003366;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-king52-guide__subsection-title {
    font-size: 1.4em;
    color: #003366;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-king52-guide__image-full {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-king52-guide__list,
.page-resources-king52-guide__list-ordered {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding: 0;
}

.page-resources-king52-guide__list li,
.page-resources-king52-guide__list-ordered li {
    margin-bottom: 10px;
    font-size: 1em;
    color: #444;
}

.page-resources-king52-guide__list-ordered {
    list-style-type: decimal;
}

.page-resources-king52-guide__note {
    background-color: #fdf3e6; /* Lighter shade of auxiliary color */
    border-left: 5px solid #FFD700;
    padding: 15px;
    margin: 25px 0;
    border-radius: 4px;
    font-style: italic;
    color: #665500;
}

.page-resources-king52-guide__note p {
    margin: 0;
}

.page-resources-king52-guide__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.page-resources-king52-guide__faq-question {
    font-size: 1.2em;
    color: #003366;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-king52-guide__faq-answer {
    font-size: 0.95em;
    color: #555;
    margin-top: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-king52-guide__container {
        margin: 20px auto;
        padding: 15px;
    }

    .page-resources-king52-guide__title {
        font-size: 2em;
    }

    .page-resources-king52-guide__section-title {
        font-size: 1.6em;
    }

    .page-resources-king52-guide__subsection-title {
        font-size: 1.2em;
    }

    .page-resources-king52-guide__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-resources-king52-guide__cta-button--large {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-king52-guide__container {
        margin: 10px auto;
        padding: 10px;
    }

    .page-resources-king52-guide__title {
        font-size: 1.8em;
    }

    .page-resources-king52-guide__section-title {
        font-size: 1.4em;
    }

    .page-resources-king52-guide__hero-text {
        font-size: 1em;
    }

    .page-resources-king52-guide__list li,
    .page-resources-king52-guide__list-ordered li {
        font-size: 0.95em;
    }
    .page-resources-king52-guide__cta-button--large {
        width: 100%;
        box-sizing: border-box;
    }
}