.article-list {
    width: 100%;
    margin: 20px 0;
}

.article-list article {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.article-list h3 {
    margin: 0 0 10px 0;
    color: #2c3e50;
}

.article-list a {
    text-decoration: none;
    color: #2c3e50;
}

.article-list a:hover {
    color: #4CAF50;
}

.article-list p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.menu-button {
    min-width: 96px !important;
    min-height: 96px !important;
    width: 96px !important;
    height: 96px !important;
    border-radius: 50% !important;
    background-color: #4CAF50 !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.2s !important;
}

.menu-button:hover {
    background-color: #45a049 !important;
}
