/* Operations Info Styles */
.operations-info {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-left: 4px solid #007bff;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.operations-info h4 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #0056b3;
    font-size: 1rem;
    text-align: center;
}

.operation-explanation {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
}

.operation-explanation div {
    margin-bottom: 4px;
}

.operation-explanation strong {
    color: #0056b3;
}
