/* --- GENEL & SAYFA STİLLERİ --- */
.nhd-wrapper-main { max-width: 100%; margin: 0 auto; font-family: 'Google Sans', Roboto, Arial, sans-serif; color: #202124; }
.nhd-section-title { font-size: 20px; font-weight: 700; color: #202124; margin-top: 80px !important; margin-bottom: 25px !important; padding-left: 15px; border-left: 5px solid #1a73e8; display: block; clear: both; }
.nhd-google-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 16px; padding: 25px; width: 100%; box-sizing: border-box; margin-bottom: 40px; box-shadow: none !important; }

/* Güneş Kartı */
.nhd-sun-card { text-align: center; padding-bottom: 10px; }
.nhd-card-title { font-size: 16px; font-weight: 700; color: #1a73e8; line-height: 1.5; margin: 0 0 20px 0; padding-bottom: 15px; border-bottom: 1px solid #f1f3f4; text-align: left; }
.nhd-sun-wrapper { display: flex; justify-content: center; }
.nhd-sun-svg { width: 100%; max-width: 400px; height: auto; }

/* Header */
.nhd-header { display: flex !important; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 25px; border-bottom: none; }
.nhd-header-left { display: flex; align-items: center; flex: 1; }
.nhd-main-icon { width: 72px; height: 72px; margin-right: 5px; }
.nhd-temp-group { display: flex; align-items: flex-start; }
.nhd-main-temp { font-size: 72px; line-height: 1; font-weight: 400; letter-spacing: -3px; color: #202124; }
.nhd-units { font-size: 16px; color: #70757a; margin-top: 12px; margin-left: 8px; }
.nhd-header-mid { display: flex; flex-direction: column; font-size: 13px; color: #5f6368; line-height: 1.7; padding-left: 25px; border-left: 1px solid #eee; margin-left: 25px; min-width: 120px; }
.nhd-header-right { text-align: right; margin-left: auto; }
.nhd-title { font-size: 18px; color: #202124; margin-bottom: 4px; }
.nhd-loc { font-weight: 700; font-size: 15px; color: #5f6368; }
.nhd-time { font-size: 13px; color: #70757a; }
.nhd-desc { font-size: 14px; color: #70757a; text-transform: capitalize; margin-top: 2px; }

/* Chart */
.nhd-chart-container { position: relative; height: 250px; width: 100%; margin-top: 20px; border-top: 1px solid #f1f3f4; padding-top: 20px; }
.nhd-chart-title { font-size: 14px; font-weight: 600; color: #1a73e8; margin-bottom: 10px; }

/* Accordion */
.nhd-hourly-list-wrapper { margin-top: 20px; border-top: 1px solid #f1f3f4; padding-top: 10px; }
.nhd-hour-item { border-bottom: 1px solid #f5f5f5; }
.nhd-hour-item:last-child { border: none; }
.nhd-hour-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 5px; cursor: pointer; font-size: 13px; transition: background 0.2s; }
.nhd-hour-head:hover { background: #f9f9f9; }
.nhd-hh-time { font-weight: 700; width: 50px; color: #3c4043; }
.nhd-hh-icon img { width: 32px; height: 32px; display: block; }
.nhd-hh-desc { flex: 1; padding-left: 15px; color: #5f6368; text-transform: capitalize; }
.nhd-hh-temp { font-weight: 700; width: 40px; text-align: right; color: #202124; }
.nhd-hh-toggle { font-size: 18px; font-weight: 300; color: #1a73e8; width: 30px; text-align: center; transition: transform 0.3s; }
.nhd-hour-item.active .nhd-hh-toggle { transform: rotate(45deg); color: #d32f2f; }
.nhd-hour-body { display: none; padding: 10px; background: #fcfcfc; font-size: 12px; color: #555; border-radius: 6px; }
.nhd-hb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

/* Kartlar */
.nhd-daily-section { width: 100%; overflow: hidden; margin-bottom: 20px; }
.nhd-daily-grid { display: flex; gap: 20px; overflow-x: auto; padding: 5px 0 15px 0; scrollbar-width: none; }
.nhd-daily-grid::-webkit-scrollbar { display: none; }
.nhd-daily-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 16px; padding: 20px 15px; text-align: center; min-width: 130px; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: space-between; transition: all 0.2s; }
.nhd-daily-card:hover { border-color: #1a73e8; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important; }
.nhd-dc-day { font-weight: 700; font-size: 16px; margin-bottom: 5px; color: #202124; }
.nhd-dc-date { font-size: 12px; color: #70757a; margin-bottom: 15px; }
.nhd-dc-icon { width: 56px; height: 56px; margin-bottom: 15px; }
.nhd-dc-temp { font-size: 18px; font-weight: 500; color: #202124; }
.nhd-dc-temp b { font-weight: 700; margin-right: 8px; }
.nhd-districts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 20px; }
.nhd-dist-box { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 20px; text-align: center; transition: all 0.2s; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.nhd-dist-box:hover { transform: translateY(-3px); border-color: #1a73e8; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.nhd-db-title { font-size: 14px; font-weight: 600; color: #555; margin-bottom: 10px; }
.nhd-db-temp { font-size: 20px; font-weight: 700; margin-top: 8px; color: #202124; }

/* --- YENİ: WIDGET STİLLERİ (GOOGLE MOBILE) --- */
.nhd-mobile-widget {
    background: linear-gradient(180deg, #1a237e 0%, #4a148c 100%);
    border-radius: 24px; padding: 25px; color: #fff; font-family: 'Google Sans', Roboto, Arial, sans-serif;
    position: relative; overflow: hidden; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(26, 35, 126, 0.3);
}
.nhd-mw-day { background: linear-gradient(180deg, #4285f4 0%, #81c784 150%); } 
.nhd-mw-night { background: linear-gradient(180deg, #283593 0%, #1a237e 100%); }

.nhd-mw-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.nhd-mw-left { display: flex; align-items: center; }
.nhd-mw-temp { font-size: 64px; font-weight: 400; line-height: 1; letter-spacing: -2px; }
.nhd-mw-icon { width: 64px; height: 64px; margin-left: 10px; filter: drop-shadow(0 0 10px rgba(255,255,255,0.3)); }
.nhd-mw-right { text-align: right; font-size: 13px; line-height: 1.6; opacity: 0.9; }
.nhd-mw-desc { font-size: 18px; font-weight: 600; margin-bottom: 5px; text-transform: capitalize; }

.nhd-mw-insight-box { background: rgba(0, 0, 0, 0.2); border-radius: 16px; padding: 15px; font-size: 14px; margin-bottom: 20px; display: flex; align-items: center; backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.1); }
.nhd-mw-trend-icon { margin-right: 10px; font-size: 18px; }

.nhd-mw-tabs { display: flex; gap: 20px; margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.2); }
.nhd-mw-tab { background: none; border: none; padding: 10px 0; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.7); cursor: pointer; border-bottom: 2px solid transparent; transition: all 0.2s; }
.nhd-mw-tab.active { color: #fff; border-bottom-color: #fff; }

.nhd-mw-hourly-scroll { display: flex; gap: 15px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; margin-bottom: 20px; }
.nhd-mw-hourly-scroll::-webkit-scrollbar { display: none; }
.nhd-mw-hour-item { text-align: center; min-width: 50px; padding: 5px; }
.nhd-mw-h-time { font-size: 12px; opacity: 0.8; display: block; margin-bottom: 5px; }
.nhd-mw-hour-item img { width: 32px; height: 32px; margin-bottom: 5px; }
.nhd-mw-h-val { font-size: 15px; font-weight: 700; }

.nhd-mw-daily-row { display: flex; gap: 10px; overflow-x: auto; }
.nhd-mw-daily-item { background: rgba(255,255,255,0.1); border-radius: 12px; padding: 10px; text-align: center; flex: 1; min-width: 60px; border: 1px solid rgba(255,255,255,0.1); }
.nhd-mw-d-name { font-size: 13px; font-weight: 700; display: block; margin-bottom: 5px; }
.nhd-mw-daily-item img { width: 30px; height: 30px; margin-bottom: 5px; }
.nhd-mw-d-temp { font-size: 14px; font-weight: 700; }
.nhd-mw-d-temp small { opacity: 0.7; font-weight: 400; margin-left: 3px; }

/* MOBİL ORTAK */
@media (max-width: 600px) {
    .nhd-google-card { padding: 15px 0 !important; border-radius: 8px; }
    .nhd-header { padding: 0 10px; flex-direction: column; text-align: center; }
    .nhd-header-left { justify-content: center; width: 100%; margin-bottom: 15px; }
    .nhd-header-mid { flex-direction: row; justify-content: center; gap: 15px; padding: 0; border: none; width: 100%; margin: 0 0 20px 0; }
    .nhd-header-right { text-align: center; margin: 0 auto; width: 100%; }
    .nhd-chart-container { height: 220px; width: 100%; padding: 15px 0; margin: 0; border-top: 1px solid #f1f3f4; }
    .nhd-chart-title { padding-left: 10px; }
    .nhd-hourly-list-wrapper { padding: 0; }
    .nhd-hourly-list-wrapper h4 { padding-left: 10px; }
    .nhd-hour-item { padding: 0 10px; }
    .nhd-daily-grid { gap: 10px; padding-left: 10px; }
    .nhd-daily-card { min-width: 110px; padding: 15px 5px; }
    .nhd-districts-grid { grid-template-columns: repeat(2, 1fr); padding: 0 10px; }
    .nhd-section-title { margin-top: 60px !important; padding-left: 10px; }
    .nhd-hh-desc { display: none; }
    .nhd-hb-grid { grid-template-columns: 1fr; gap: 5px; }
    .nhd-hb-grid div { display: flex; justify-content: space-between; border-bottom: 1px solid #eee; padding-bottom: 5px; }
}