/* Custom styles for Delovod - increased fonts and better readability */

/* Base font size increase */
html {
  font-size: 16px !important;
}

body {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

/* Main content */
#content {
  font-size: 1rem !important;
}

/* Headers */
h1 { 
  font-size: 1.75rem !important;
}

h1:first-child {
  color: #6b5b95 !important;
  font-weight: 700 !important;
}

h2 { font-size: 1.5rem !important; }
h3 { font-size: 1.25rem !important; }
h4 { font-size: 1.1rem !important; }

/* Navigation */
#top-menu {
  font-size: 1rem !important;
}

#main-menu a {
  font-size: 1rem !important;
}

/* Tables */
table.list th, table.list td {
  font-size: 1rem !important;
  padding: 8px 12px !important;
}

/* Forms */
input, textarea, select {
  font-size: 1rem !important;
  padding: 8px 12px !important;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
  font-size: 1rem !important;
  padding: 10px 20px !important;
}

/* Issue list */
tr.issue td {
  font-size: 1rem !important;
}

/* Wiki */
.wiki {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

/* Sidebar */
#sidebar {
  font-size: 0.95rem !important;
}

/* Footer */
#footer {
  font-size: 0.9rem !important;
  padding: 15px !important;
}

/* Buttons more prominent */
a.button, button {
  padding: 10px 20px !important;
  font-size: 1rem !important;
}

/* Links */
a {
  font-size: inherit !important;
}

/* Breadcrumb */
#breadcrumb {
  font-size: 1rem !important;
}

/* Issue details */
div.issue .attribute .label {
  font-size: 0.95rem !important;
}

div.issue .attribute .value {
  font-size: 1rem !important;
}

/* Comments */
.journal {
  font-size: 1rem !important;
}

/* Activity */
#activity {
  font-size: 1rem !important;
}

/* Search results */
#search-results {
  font-size: 1rem !important;
}

/* Modal dialogs */
.modal {
  font-size: 1rem !important;
}

/* Main menu tabs more prominent */
#main-menu li a {
  padding: 8px 16px !important;
  font-size: 1rem !important;
}

/* Logo/Title styling - colorful ДЕЛОВОД */
#header h1 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

/* Welcome page title */
.splitcontentleft h2:first-of-type {
  color: #6b5b95 !important;
  font-size: 1.5rem !important;
}

/* Header title styling */
#header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

#header h1 {
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}