    /* ============================================
   PAGE: Information — information/information
   Route: information/information
   Layout ID: 11
   ============================================ */

/* --- Info Content --- */
.info-content {
    line-height: 1.8;
    color: var(--body-color);
}

.info-content h2,
.info-content h3,
.info-content h4 {
    color: var(--shop-color-main);
    margin-top: 24px;
    margin-bottom: 12px;
}

.info-content h2 {
    font-size: 22px;
    font-weight: 700;
}

.info-content h3 {
    font-size: 18px;
    font-weight: 600;
}

.info-content p {
    margin-bottom: 16px;
}

.info-content ul,
.info-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
}

.info-content li {
    margin-bottom: 8px;
}

.info-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}

.info-content a {
    color: var(--shop-color-accent);
    text-decoration: underline;
}

.info-content a:hover {
    color: var(--shop-color-main);
}

.info-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.info-content table th,
.info-content table td {
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.info-content table th {
    background-color: var(--shop-color-main);
    color: #fff;
    font-weight: 600;
}

.info-content table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.02);
}

.info-content blockquote {
    border-left: 4px solid var(--shop-color-accent);
    padding: 12px 20px;
    margin: 16px 0;
    background-color: rgba(0, 0, 0, 0.02);
    font-style: italic;
    color: #555;
}

/* --- Responsive --- */
@media (min-width: 768px) {
    .info-content h2 {
        font-size: 24px;
    }

    .info-content h3 {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .info-content {
        font-size: 15px;
    }
}
