.elementor-5860 .elementor-element.elementor-element-3c61f05{--display:flex;}/* Start custom CSS for html, class: .elementor-element-aa00b23 */body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h1 {
    text-align: center;
    color: #0077cc;
    margin-bottom: 20px;
}

.phone-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phone-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    transition: background 0.3s;
}

.phone-item:last-child {
    border-bottom: none;
}

.phone-item:hover {
    background: #f0f8ff;
}

.department {
    font-weight: bold;
    color: #444;
}

.phone {
    font-style: italic;
    color: #0077cc;
}/* End custom CSS */