/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 08 2025 | 08:14:36 */
.post-term {
  display: inline-block;
  color: white;
  font-size: 14px;
  padding: 2px 5px;
  margin: 2px 2px 2px 2px;
  border-radius: 2px;
  font-weight: 500;
}
.term-vertesanas-kriteriji-nominacijas {
  background-color: #9f8b58
}
div.wpforms-container-full .wpforms-field-label {
	margin:0 0 3px 0 !important
}
.wpforms-container .wpforms-field {
	padding:0 0 15px 0 !important
}
div.wpforms-container-full:not(:empty) {
	margin:0 !important
}
.wpforms-field-label {
	font-size:16px !important;
	font-weight:500 !important
}
h3.wpforms-field-label {
	padding: 20px 0 10px 0 !important;
	font-family: Manrope !important;
	font-weight:800 !important;
	font-size:16px !important
}
.wpforms-submit {
	width:100% !important;
	border-radius:50px !important;
	background:#a3815e !important;
	height:60px !important
}
.mailcheck-error {
    display: none !important;
}


.nominantu-saraksts {
  width: 100%;
  font-size: 14px;
}

.nominants-item {
  margin-bottom: 12px;
}

.nominants-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.vote-count {
  font-weight: normal;
  font-size: 13px;
  color: #555;
}

.progress-bar-container {
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #3e8e41;
  transition: width 0.3s ease;
}
.vote-button {
	background:#916f35;
	color:#fff;
	font-size:18px;
	padding:20px 40px;
	border-radius:50px;
	border:0
}
.vote-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-top: 10px;
}

.vote-status {
  font-size: 0.9em;
  color: #666;
}

.vote-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}