
.icecast-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    background: #f4f4f4;
}
.icecast-card h4 {
    margin: 0 0 10px 0;
}
.icecast-error {
    color: #b00;
    font-weight: bold;
}

.icecast-header {
    display: flex;
    gap: 15px;
    align-items: center;
}
.icecast-logo {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: contain;
}
