.more-content {
    display: none;
}

.read-more-btn {
    background-color: #A1BDD0; /* Blue */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
}

.read-more-btn:hover {
    background-color: #3e8e41;
}