.a-section-box {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #444444;
    font-size: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 4px;
    text-overflow: ellipsis;
    min-height: fit-content;
}