.readmore-container {
    position: relative;
    margin-bottom: 20px;
}

.readmore-content {
    transition: height 0.3s ease;
}

.readmore-button {
    display: none;
    cursor: pointer;
    color: #0073aa;
    font-weight: bold;
    margin-top: 5px;
}
.readmore-button:hover {
    text-decoration: underline;
}
