.history_attachment {
    max-width: 850px;
    margin: 40px auto;
    padding: 25px 35px;
    background: #f8f8f8;
    border-left: 4px solid #4e7697;
    text-align: center;
}

.attachment_label {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #555;
}

.attachment_link {
    font-size: 1.25em;
    font-weight: 700;
    color: #365b7b;
    text-decoration: none;
}

.attachment_link:hover {
    text-decoration: underline;
}

.history_layout {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 40px;
    width: 100%;
}

.history_layout .history_images {
    flex: 0 0 30%;
    width: auto !important;
}

.history_layout .history_content {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
}

.history_layout .sc_column_item {
    float: none !important;
    margin-left: 0 !important;
}

.history_photo {
    width: 93%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.history_gallery {
    margin: 0;
}

.history_caption {
    text-align: center;
    font-size: 1em;
    color: #365b7b;
    font-style: italic;
}

.history_text {
    font-size: 1.15em;
    line-height: 1.8em;
    color: #203040;
    margin-bottom: 25px;
}

.letter_quote {
    max-width: 850px;
    margin: 0 auto;
    padding: 35px 45px;
    background: #f8f8f8;
    border-left: 4px solid #4e7697;
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: .02em;
    color: #203040 !important;
}

.letter_quote span {
    display: block;
}

.letter_author {
    margin-top: 30px;
    text-align: right;
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
    color: #365b7b !important;
}

.history_quote {
    max-width: 520px;
    background: rgba(0, 0, 0, .45);
    padding: 30px;
    border-radius: 8px;
    line-height: 1.6;
    font-size: 1.15em;
}

@media (max-width: 767px) {
    .history_layout {
        display: block !important;
    }

    .history_layout .history_images,
    .history_layout .history_content {
        width: 100% !important;
    }

    .letter_quote {
        padding: 20px;
        margin: 0;
        font-size: 1.1em;
        line-height: 1.7em;
        border-left: 3px solid #4e7697;
    }

    .letter_author {
        margin-top: 25px;
        font-size: 1em;
    }

    .greeting_section_bg {
        background: linear-gradient(
            135deg,
            #4e7697 0%,
            #3a5d7c 50%,
            #294863 100%
        ) !important;
        padding: 30px 0;
    }

    .history_quote {
        max-width: none;
        padding: 18px;
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.6em;
        text-align: left;
    }

    .history_quote p {
        text-align: left;
        padding: 10px;
    }

    .accent1 {
        font-size: 14px;
        text-align: right;
        margin-top: 10px;
    }
}
