body {
    background-color: #f4f6f9;
}

.tower-card {
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e0e0e0;
}

.tower-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
    border-color: #0d6efd;
}

.cluster-link {
    font-weight: 600;
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
}

.cluster-link:hover {
    color: #0a58ca;
}

.table-detail td:first-child {
    font-weight: 600;
    width: 160px;
    color: #495057;
    white-space: nowrap;
}

.table-detail td {
    word-break: break-word;
}

.card-header-custom {
    background-color: #0d6efd;
    color: white;
}

@media (max-width: 768px) {
    .table-detail td:first-child {
        width: 120px;
        font-size: 0.85rem;
    }

    .table-detail td {
        font-size: 0.85rem;
    }

    .navbar-brand {
        font-size: 1rem;
    }
}
