body {
    background-color: #f8f9fa;
}

.card {
    border-radius: 10px;
    border: none;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 1rem;
}

.card-body {
    padding: 1.25rem;
}

.weather-widget {
    text-align: center;
}

.temperature {
    font-size: 2.5rem;
    font-weight: bold;
}

.iot-controls button {
    padding: 1rem;
    font-size: 1rem;
}

/* Takvim Widget Stilleri */
.digital-clock {
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

/* Piyasa Verileri Stilleri */
.market-data .card {
    transition: transform 0.2s;
}

.market-data .card:hover {
    transform: translateY(-2px);
}

/* Haber Stilleri */
.news-item {
    cursor: pointer;
    transition: background-color 0.2s;
}

.news-item:hover {
    background-color: #f8f9fa;
}

/* Spotify Player Stilleri */
.spotify-player {
    max-width: 300px;
    margin: 0 auto;
}

.album-cover {
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
