/* Block Read More */
.readmore {
    margin-bottom: 2rem;
}

.readmore-intro {
    margin-bottom: 1rem;
}

.readmore-hidden {
    margin-top: 1.5rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.readmore-button {
    margin-top: 1rem;
    text-align: center;
}

.readmore-button a {
    display: inline-block;
    width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    background-color: #1b4332 !important;
    border-color: #1b4332 !important;
    color: white !important;
    border-radius: 4px !important;
    text-decoration: none !important;
}

.readmore-button a:hover,
.readmore-button a:focus {
    background-color: #2d6a4f;
    border-color: #2d6a4f !important;
    color: white !important;
    box-shadow: 0 0 0 0.25rem rgba(27, 67, 50, 0.25) !important;
}
