:root{
  --primary:#6373a9;
  --primary-600:#0d8fa0;
  --muted:#6b7280;
  --bg:#f6f7fb;
  --card:#ffffff;
  --stroke:#e5e7eb;
  --danger:#dc2626;
  --soft:#eef2ff;
  --radius:14px;
  --shadow:0 1px 2px rgba(0,0,0,.06);
}
.vt25-root{
	background-color:#f9f9fa;
	padding-top:100px;
	padding-bottom:100px;
}

#vtcc_title{ margin:0 !important }
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:#0f172a}
.vt25-root .app{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:24px;
  max-width:clamp(1100px,95vw,1600px);
  margin:0px auto;
  padding:0 24px;
}
.vt25-root header.appbar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}
.vt25-root .brand{display:flex;gap:10px;align-items:center}
.vt25-root .brand h1{font-size:20px;margin:0}
.vt25-root .pill{padding:8px 12px;border:1px solid var(--stroke);border-radius:999px;background:var(--primary);color:#fff;cursor:pointer}
.vt25-root .panel{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);padding:16px;width:100%}

.vt25-root .sidebar .section{margin-bottom:16px}
.vt25-root .sidebar .section h4{margin:0 0 10px;font-size:14px;color:#111827}
.vt25-root .calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;border-top:1px solid var(--stroke);padding-top:10px}
.vt25-root .calendar .day,.vt25-root .calendar .dow{aspect-ratio:1/1;display:grid;place-items:center;font-size:12px;border-radius:8px}
.vt25-root .calendar .dow{color:var(--muted)}
.vt25-root .calendar .day{background:#fff;border:1px solid var(--stroke);cursor:pointer}
.vt25-root .calendar .day.today{outline:2px solid var(--primary)}
.vt25-root .calendar .day.muted{opacity:.45}
.vt25-root .checks{max-height:180px;overflow:auto;border:1px solid var(--stroke);border-radius:10px;padding:10px;background:#fff}
.vt25-root .checks label{display:flex;gap:8px;align-items:center;margin:6px 0;font-size:14px}
.vt25-root .filter-row{display:flex;gap:8px; margin-top:20px; margin-bottom:20px;}
.vt25-root .btn{padding:10px 12px;border-radius:10px;border:1px solid var(--stroke);background:#fff;cursor:pointer;color:#0f172a;font-size:16px}
.vt25-root .btn.primary{background:var(--primary);border-color:var(--primary);color:white}
.vt25-root .controls{display:block;margin-bottom:10px}
.vt25-root .searchbar{display:flex;gap:8px}
.vt25-root .searchbar input{flex:1;border:1px solid var(--stroke);border-radius:10px;padding:10px;background:#fff}
.vt25-root .searchbar button{padding:10px 14px;border-radius:10px;border:1px solid var(--stroke);background:var(--primary);color:#fff;cursor:pointer}
.vt25-root .group h3{margin:8px 0 10px;font-size:15px;color:var(--muted)}
.vt25-root .list, .group .list{display:block}

/* remove legacy day.has highlight */
.calendar .day.has{ border-color:var(--stroke); background:#fff; }
.calendar .day.has::after{ content:none; }

/* New Card (tax-card) styles */
.tax-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border: 1px solid #e8ebf2;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  margin-bottom:12px;
}
.tax-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.07); transform: translateY(-3px); }

.tax-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.date-block {
  background: #edf2ff;
  color: #6373a9;
  border-radius: 10px;
  padding: 6px 12px;
  text-align: center;
}
.date-block .day { font-size: 18px; font-weight: 700; line-height: 1; display:block; }
.date-block .month { font-size: 12px; font-weight: 500; padding-top: 3px; text-transform: uppercase; opacity: 0.8; }

.tax-card-body { margin-top: 16px; }
.tax-card-body h3 { font-size: 18px; color: #222; margin: 0; line-height: 1.4; }
.tax-card-body .period { color: #4f63d6; font-weight: 600; font-size: 15px; margin-top: 4px; margin-bottom:10px; }
.tax-card-body .desc { font-size: 14px; color: #555; margin-bottom:15px; line-height: 1.5; }

.meta { display:flex; flex-wrap:wrap; gap:8px; }
.tag { background: #f7f8fe; padding: 4px 8px; border-radius: 6px; color: #3b4cc0; font-size: 13px; }

.tax-card-footer { border-top: 1px solid #edf0f8; margin-top: 10px; padding-top: 10px; }
.date-info { display:flex; justify-content:space-between; font-size: 13px; color:#444; }
.date-info strong { color:#222; }

.vt25-root .actions .mini{ padding:8px 10px; text-decoration:none; border-radius:10px; border:1px solid var(--stroke); background:#fff; cursor:pointer; font-size:12px }
.vt25-root .actions .mini.primary{ text-decoration:none; background:#ebf3f9; border-color:#a9c7d9; color:#036672 }
	#qClear{background-color:#f4f4f4; color:#504d60;}
/* Responsive tweaks */
.vt25-root .mobile-cal{display:none}
.vt25-root .mobile-filter-toggle{display:none}
.vt25-root .mobile-filters{display:none}
@media (max-width: 880px){
  .vt25-root .app{grid-template-columns:1fr;max-width:min(95vw,720px)}
  .vt25-root .mobile-cal{display:block}
  .vt25-root .sidebar{display:none}
  .vt25-root .mobile-filter-toggle{display:block;margin-top:12px;margin-bottom:14px}
  .vt25-root .mobile-filters{display:none;margin-top:10px}
  .searchbar{display:grid;grid-template-columns:1fr;gap:10px}
  .searchbar .actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .searchbar input,.searchbar button{width:100%;padding:12px 14px;font-size:16px}
}
@media (max-width:750px){#toggleFilters{
		margin-top:20px; margin-bottom:20px; padding-top:5px; padding-bottom:5px;}}
/* Table styles (for shortcode view) */
.table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.vt25-table { width:100%; border-collapse:collapse; background:#fff; min-width:800px; }
.vt25-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  position: sticky;
  top: 0; z-index: 10;
}
.vt25-table th { padding: 16px 20px; text-align:left; font-weight:600; font-size:14px; letter-spacing:.5px; white-space:nowrap; }
.vt25-table tbody tr { border-bottom:1px solid #e5e7eb; transition: all .3s ease; }
.vt25-table tbody tr:hover { background: linear-gradient(90deg, rgba(102,126,234,.05) 0%, rgba(118,75,162,.05) 100%); transform: scale(1.005); }
.vt25-table td { padding: 16px 20px; font-size:14px; color:#374151; }
.period-cell{ font-weight:600; color:#667eea; }
.date-cell{ white-space:nowrap; font-weight:500; }
.tag-berat{ background-color:#dbeafe; color:#1e40af; }
.tag-vuk{   background-color:#fce7f3; color:#9f1239; }


/* … keep your existing vars and base … */

/* Section separation (clear, distinct blocks) */
.vt25-root .group{
  margin: 18px 0 22px;
  padding: 12px 14px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: #fbfbff;
}
.vt25-root .group + .group{ margin-top: 24px; }
.vt25-root .group h3{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #374151;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#group-end-today h3::before  { content: "⏰"; }
#group-start-today h3::before{ content: "🚀"; }
#group-contains h3::before   { content: "📅"; }

/* Card action area: show links on desktop, bell on small screens */
.vt25-actions-wrap{
  display: flex;
  align-items: center;
  gap: 8px;
}
.vt25-action-link{ display: inline-flex; }       /* desktop visible */
.vt25-bell-wrap{ display: none; position: relative; } /* hidden on desktop */

/* Mobile switch at 750px */
@media (max-width: 750px){
  .vt25-action-link{ display: none !important; } /* hide text buttons */
  .vt25-bell-wrap{ display: inline-flex !important; } /* show bell */
}

/* Bell + dropdown (already namespaced from your earlier CSS) */
.vt25-bell{
  display:flex; align-items:center; justify-content:center;
  width:36px; height:36px; border-radius:10px;
  border:1px solid var(--stroke); background:#fff; cursor:pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='1.6'><path d='M12 3a5 5 0 0 0-5 5v2.7c0 .6-.2 1.2-.6 1.6L5 14h14l-1.4-1.7c-.4-.4-.6-1-.6-1.6V8a5 5 0 0 0-5-5m0 18a2.5 2.5 0 0 0 2.4-2H9.6a2.5 2.5 0 0 0 2.4 2z'/></svg>");
  background-repeat: no-repeat; background-position: center center; background-size: 18px 18px;
}
.vt25-dd{
  position:absolute; right:0; top:42px; z-index:10;
  background:#fff; border:1px solid var(--stroke); border-radius:10px;
  box-shadow:var(--shadow); display:none; min-width:220px; overflow:hidden;
}
.vt25-dd .dd-item{
  display:block; width:100%; text-align:left; background:#fff; border:0;
  padding:10px 12px; cursor:pointer; font-size:13px; text-decoration:none; color:inherit;
}
.vt25-dd .dd-item + .dd-item{ border-top:1px solid var(--stroke); }

/* Card (kept from previous) */
.tax-card{ background:#fff; border-radius:14px; box-shadow:0 2px 10px rgba(0,0,0,.05); border:1px solid #e8ebf2; padding:16px 18px; display:flex; flex-direction:column; transition:box-shadow .2s, transform .2s; margin-bottom:12px }
.tax-card:hover{ box-shadow:0 6px 18px rgba(0,0,0,.07); transform:translateY(-3px) }
.tax-card-header{ display:flex; justify-content:space-between; align-items:center; margin-bottom:0 }
.date-block{ background:#edf2ff; color:#6373a9; border-radius:10px; padding:6px 12px; text-align:center }
.date-block .day{ font-size:18px; font-weight:700; line-height:1; display:block }
.date-block .month{ font-size:12px; font-weight:500; padding-top:3px; text-transform:uppercase; opacity:.8 }

/* Keep your existing rest of CSS … */
/* Smooth-scroll offset so target isn't hidden under sticky headers */
#group-contains {
  scroll-margin-top: 80px; /* tweak as needed */
}
/* ===============================
   Pretty action buttons (no underline)
   =============================== */
.vt25-actions-wrap {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.vt25-actions-wrap .vt25-action-link {
  text-decoration: none !important;     /* kill underlines */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
}

.vt25-actions-wrap .vt25-action-link:hover {
  background: #f6f7fb;
  border-color: #cfd6e6;
  text-decoration: none !important;
}

.vt25-actions-wrap .vt25-action-link:focus-visible {
  outline: 2px solid rgba(99,115,169,.35);
  outline-offset: 2px;
}

.vt25-actions-wrap .vt25-action-link.primary {
  background: #ebf3f9;
  border-color: #a9c7d9;
  color: #036672;
}

.vt25-actions-wrap .vt25-action-link.primary:hover {
  background: #e2eef6;
  border-color: #93b8cf;
}

/* Dropdown links inside bell menu also without underline */
.vt25-dd .dd-item {
  text-decoration: none !important;
  color: inherit;
}
.vt25-dd .dd-item:hover {
  background: #f6f7fb;
}

/* ===============================
   Responsive toggle: buttons vs bell
   =============================== */

/* Desktop/tablet: show buttons, hide bell */
@media (min-width: 751px){
  .vt25-actions-wrap .vt25-action-link { display: inline-flex; }
  .vt25-actions-wrap .vt25-bell-wrap  { display: none; }
}

/* Phones/small: hide buttons, show bell */
@media (max-width: 750px){
  .vt25-actions-wrap .vt25-action-link { display: none !important; }
  .vt25-actions-wrap .vt25-bell-wrap  { display: inline-flex; }
}

/* ===============================
   Bell icon must never vanish on hover (override theme)
   =============================== */
.vt25-bell,
.vt25-bell:hover,
.vt25-bell:focus,
.vt25-bell:active {
  background-color: #fff !important;
  border-color: var(--stroke) !important;
  color: #111827 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='1.6'><path d='M12 3a5 5 0 0 0-5 5v2.7c0 .6-.2 1.2-.6 1.6L5 14h14l-1.4-1.7c-.4-.4-.6-1-.6-1.6V8a5 5 0 0 0-5-5m0 18a2.5 2.5 0 0 0 2.4-2H9.6a2.5 2.5 0 0 0 2.4 2z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 18px 18px !important;
}

/* If any theme injects pseudo icons, kill them */
.vt25-bell::before,
.vt25-bell::after { content: none !important; }

/* Slight hover affordance without hiding the icon */
.vt25-bell:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,.06) !important;
}

/* Keep dropdown links tidy */
.vt25-dd {
  /* already styled earlier; keep for clarity */
}
/* Hide scrollbars when JS has added the class */
.vt25-no-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }
.vt25-no-scrollbar::-webkit-scrollbar { width:0; height:0; display:none; }
/* Scrollable table area */
.vt25-root .table-wrapper{
  overflow-y: auto;
  max-height: 320px; /* JS will set the exact height for 4 rows */
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

/* Keep header sticky while body scrolls */
.vt25-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.vt25-table thead th{
  position: sticky;
  top: 0;
  background: #6373a9;
  z-index: 2;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
/* 500px and smaller screen sizes */
@media (max-width:500px){

	/* App */
	.hentry .vt25-root .app{
		padding-left:5px;
		padding-right:5px;
		transform:translatex(0px) translatey(0px);
	}
	
	/* List contains */
	#list-contains{
		padding-left:0px;
		
	}
	
}