/* v110 — simple compact settings refinements */
body[data-route="settings"] #view,
body[data-route="prayer-notifications"] #view,
body[data-route="reminder"] #view{padding-bottom:calc(var(--nav-height,81px) + 18px)}

body[data-route="settings"] .u-head{margin-bottom:14px}
body[data-route="settings"] .u-section{margin:16px 0 8px}
body[data-route="settings"] .u-section h2{font-size:17px}

.v108-card{padding:0 14px!important;border-radius:16px!important;box-shadow:none!important}
.v108-row{min-height:54px;padding:9px 0!important;gap:9px}
.v108-row:last-child{border-bottom:0}
.v108-icon{width:24px;height:24px;display:grid;place-items:center;color:#178994;flex:none;background:transparent!important;border:0!important;border-radius:0!important}
.v108-icon .icon{width:18px;height:18px}
.v108-row>strong,.v108-copy strong{font-size:13.5px;line-height:1.45;color:#12656f}
.v108-copy{display:grid;gap:2px;min-width:0}
.v108-copy small{font-size:10.5px;line-height:1.55;color:var(--muted)}
.v108-link,.v108-action{width:100%;color:inherit;text-decoration:none;text-align:right;background:transparent}
.v108-arrow{display:grid;place-items:center;color:var(--muted);flex:none}
.v108-arrow .icon{width:14px;height:14px}
.v108-small-select,.v108-hour-select{width:auto;margin:0;padding:6px 8px;border-radius:9px;font-size:11.5px;min-height:36px}
.v108-small-select{min-width:108px}
.v108-hour-select{min-width:98px}
.v108-current-value{font-size:11px;color:var(--muted);white-space:nowrap}

.v108-method-row{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:9px 0;border-bottom:1px solid var(--line)}
.v108-method-row label{margin:0;min-height:42px;padding:7px 10px;border:1px solid var(--line);border-radius:11px;background:#f9fcfc;display:flex;align-items:center;justify-content:space-between;gap:8px}
.v108-method-row label span{font-size:11.5px;color:#12656f}
.v108-method-row .toggle{width:34px;height:20px;margin:0}

.v108-note-row{align-items:flex-start}
.v108-note-row>.toggle{width:36px;height:22px;margin-top:2px;flex:none}
.v108-note-row .v108-copy{padding-top:1px}

.v108-social-row{align-items:center}
.v108-social-actions{display:flex;gap:5px;flex:none}
.v108-social-actions button{border:1px solid var(--line);border-radius:8px;background:#f9fcfc;color:#12656f;padding:5px 7px;font:inherit;font-size:10px;font-weight:700}
.v108-info{margin-top:0}
.v108-info a{display:block;text-align:center;font-size:12px}

.v108-alert-note{margin:7px 2px 16px!important;font-size:11.5px!important;line-height:1.8!important;color:var(--muted)!important}

.v108-sound-options{display:grid;gap:7px;margin-top:6px}
.v108-sound-options button{width:100%;min-height:48px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fbfeff;color:#12656f;display:flex;align-items:center;justify-content:space-between;gap:8px;font:inherit;text-align:right}
.v108-sound-options button.active{background:#e8f7f9;border-color:#9edbe2;font-weight:700}
.v108-sound-options button .icon{width:16px;height:16px;color:#178994}
.v108-sound-sheet h2{font-size:17px;margin-bottom:10px}

html[data-theme]:not([data-theme="light"]) :is(.v108-card,.v108-method-row label,.v108-social-actions button,.v108-sound-options button){background:var(--night-card)!important;border-color:var(--night-line)!important}
html[data-theme]:not([data-theme="light"]) :is(.v108-row>strong,.v108-copy strong,.v108-method-row label span,.v108-sound-options button){color:var(--night-ink)!important}
html[data-theme]:not([data-theme="light"]) .v108-sound-options button.active{background:var(--night-selected)!important;border-color:var(--night-accent)!important}

@media(max-width:390px){
  .v108-card{padding-inline:11px!important}
  .v108-row{gap:7px;min-height:52px}
  .v108-icon{width:22px;height:22px}
  .v108-icon .icon{width:17px;height:17px}
  .v108-row>strong,.v108-copy strong{font-size:13px}
  .v108-copy small{font-size:10px}
  .v108-small-select{min-width:96px;font-size:11px;padding-inline:6px}
  .v108-hour-select{min-width:91px;font-size:11px;padding-inline:6px}
  .v108-current-value{font-size:10.5px}
  .v108-method-row{gap:5px}
  .v108-method-row label{padding-inline:8px}
  .v108-method-row label span{font-size:11px}
}
