﻿.prefab-page h1,
.prefab-page h2 {
    font-weight: 700;
}

.prefab-page .lead {
    font-size: 1.2rem;
    line-height: 1.7;
}

.prefab-section {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.prefab-image-wrap {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

.prefab-image {
    width: 100%;
    height: auto;
    display: block;
}

.prefab-content {
    padding: 0.5rem 0;
}

    .prefab-content h2 {
        margin-bottom: 1.25rem;
        font-size: 2rem;
    }

    .prefab-content p {
        font-size: 1.05rem;
        line-height: 1.8;
        margin-bottom: 1rem;
    }

.mb-6 {
    margin-bottom: 5rem;
}

@media (max-width: 991.98px) {
    .prefab-section {
        margin-bottom: 4rem;
    }

    .prefab-content h2 {
        font-size: 1.6rem;
    }

    .prefab-content p {
        font-size: 1rem;
        line-height: 1.7;
    }
}

.zoomable-image {
    cursor: zoom-in;
    transition: transform 0.2s ease;
}

    .zoomable-image:hover {
        transform: scale(1.05);
    }

.image-modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#imageModal .modal-body {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 12px;
    padding: 1rem;
}

.modal-zoom-image {
    max-height: 90vh;
    width: auto;
    cursor: zoom-out;
    border-radius: 8px;
}