.woo_lithuaniapost_lpexpress_terminal_select_container select {
  width: 100% !important;
  min-height: 40px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woo_lithuaniapost_lpexpress_terminal_select_container select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  padding-left: 12px;
  padding-right: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}

.select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #007cba;
}

.woo_lithuaniapost_lpexpress_terminal_select_container.terminal-selected {
  background: #d4edda;
  border-color: #c3e6cb;
}

.woo_lithuaniapost_lpexpress_terminal_select_container.terminal-selected
  select {
  border-color: #28a745;
}

.woo_lithuaniapost_lpexpress_terminal_select_container.loading {
  opacity: 0.6;
  pointer-events: none;
}

.woo_lithuaniapost_lpexpress_terminal_select_container.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007cba;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .woo_lithuaniapost_lpexpress_terminal_select_container select {
    font-size: 16px;
  }
}

.woocommerce-cart .woo_lithuaniapost_lpexpress_terminal_select_container {
  margin: 15px 0;
}

.wc-block-components-shipping-rates-control
  .woo_lithuaniapost_lpexpress_terminal_select_container {
  margin-top: 10px;
  margin-bottom: 15px;
}

.woo_lithuaniapost_lpexpress_terminal_select_container.hidden {
  display: none;
}

.terminal-selection-success {
  color: #28a745;
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
}

.woo_lithuaniapost_lpexpress_terminal_select_container.error {
  background: #f8d7da;
  border-color: #f5c6cb;
}

.woo_lithuaniapost_lpexpress_terminal_select_container.error select {
  border-color: #dc3545;
}

.terminal-info {
  margin-top: 8px;
  padding: 8px;
  background: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  font-size: 13px;
  color: #0056b3;
}

.terminal-info strong {
  font-weight: 600;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  padding-left: 12px;
  padding-right: 30px;
  color: #333;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  padding: 6px 12px;
  font-size: 14px;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}

.select2-dropdown {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option {
  font-size: 14px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
  color: white;
}

.select2-container--default .select2-results__group {
  padding: 8px 12px;
  font-weight: bold;
  background-color: #f8f9fa;
  color: #495057;
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 768px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
    line-height: 42px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 42px;
    font-size: 16px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 42px;
  }
}

.woo_lithuaniapost_lpexpress_terminal_id {
  width: 100% !important;
}

.select2-container {
  z-index: 999999;
}

.select2-hidden-accessible {
  position: absolute !important;
  left: -10000px !important;
}

.select2-dropdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999999 !important;
}

.select2-container {
  display: inline-block !important;
  visibility: visible !important;
  z-index: 1999 !important;
}

.select2-search--dropdown {
  display: block !important;
  visibility: visible !important;
  padding: 8px !important;
}

.select2-search--dropdown .select2-search__field {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
  display: block !important;
  visibility: visible !important;
  background-color: white !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  height: 35px !important;
  line-height: 38px !important;
}

#custom-shipping-methods-placeholder.select2-container--open .select2-dropdown {
  z-index: 1026 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
}

.select2-container--default .select2-selection--single {
  padding: 0px !important;
  min-height: 4rem !important;
}
.select2-container--default .select2-selection--single {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.select2-selection__arrow::before {
  right: 0;
  line-height: 50% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 0px;
  top: 0px;
  right: 10px;
  width: 0px;
}

span.select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  min-height: 0 !important;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 0.5rem;
}

.select2-results__option .select2-results__option--selectable {
  line-height: 1.5;
}
