/* Feature Messages Styling */
.show-more-link {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.show-more-link:hover {
    text-decoration: none;
    color: #747474;
}

.show-more-link:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

.message-short,
.message-full {
    display: inline;
}

.bottom-text-popup {
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.block-melaminas {
    margin-bottom: 1rem;
}

.block-melaminas .block-title {
    margin-bottom: 0.5rem;
    font-weight: 600;
}