html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 14px;
  background-color: #f4f4f4;
  line-height: 1.6;
}

.container {
  max-width: 960px;
  margin: 20px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.header, .footer {
  text-align: center;
}

.header-logo h1 {
  font-weight: bold;
  color: #2c3e50;
  font-size: 36px;
  margin-bottom: 0;
}

.header-logo h2 {
  font-size: 24px;
  color: #34495e;
  margin-top: 0;
}

.header-info {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.header-info a {
  color: #3498db;
  text-decoration: none;
}

.header-info a:hover {
  text-decoration: underline;
}

.meeting-info {
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
}

.section-title {
  font-weight: bold;
  font-size: 14px;
  color: #34495e;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.material-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.material-item {
  flex: 1;
  font-weight: 500;
}

.pdf-download {
  display: flex;
  align-items: center;
}

.pdf-icon {
  margin-left: 10px;
  display: inline-block;
  background-color: #e74c3c;
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pdf-icon:hover {
  background-color: #c0392b;
}

.pdf-info {
  font-size: 13px;
  flex-basis: 350px;
  margin-left: 25px;
  color: #7f8c8d;
}

.pdf-info a {
  color: #3498db;
}

.adobe-reader-note {
  font-size: 12px;
  color: #7f8c8d;
  margin-bottom: 15px;
  font-style: italic;
}

.adobe-reader-note a {
  color: #3498db;
  text-decoration: none;
}

.adobe-reader-note a:hover {
  text-decoration: underline;
}

.btn-action {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 12px 45px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.2s;
}

.btn-action:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
}

.btn-action:active,
.btn-action:focus {
  background-color: #2980b9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}

.btn-select-all {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn-select-all:hover {
  background-color: #2980b9;
}

.btn-select-all:active,
.btn-select-all:focus {
  background-color: #2980b9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}

.note {
  font-size: 13px;
  margin-left: 15px;
  color: #7f8c8d;
}

.request-info {
  font-size: 13px;
  margin-top: 10px;
  max-width: 600px;
  color: #7f8c8d;
}

.footer {
  margin-top: 60px;
  font-size: 12px;
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
  color: #95a5a6;
}

.footer p {
  margin: 5px 0;
}

.form-container {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.form-control {
  height: 45px;
  font-size: 16px;
}

.select-all-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.vote-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fafafa;
}

.vote-item-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.vote-item-name {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
}

.proposal-recommendation {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
}

.vote-options {
    display: flex;
    gap: 15px;
    align-items: center;
}

.vote-options label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.vote-options input[type="radio"] {
    cursor: pointer;
    accent-color: #3498db;
}

.vote-options input[type="radio"]:checked {
    accent-color: #3498db;
}

.vote-options input[type="radio"]:focus {
    outline-color: #3498db;
}