.wide-section
{ 
    width: 100% !important
}

.insta-embedded {
    margin-left: 10px;
    margin-right: 10px;
}

/* Custom styles for Bootstrap modal */
.modal-dialog {
    max-width: 800px;
}

.modal-content {
    background-color: #f5f5f5;
}

.read-more-link {
    display: inline-block;
    margin-top: 10px;
    color: inherit;
    cursor: pointer;
    font-weight: bold;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.read-more-link:hover {
    border-bottom-color: transparent;
    color: #000000;
}

/* Responsive adjustments */
@media screen and (max-width: 736px) {
    .modal-dialog {
        margin: 1rem;
    }
}
