/* Dealer Selection */
.stan-dealers-wrapper {
  margin-top: 10px;
}

.stan-dealer-search {
  margin-bottom: 10px;
}

.stan-dealer-actions {
  display: flex;
  gap: 5px;
}

.stan-dealer-actions .button {
  flex: 1;
  text-align: center;
  max-width: 120px;
}
.stan-dealers-list {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
}

.stan-dealer-checkbox {
  display: block;
  padding: 6px 8px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.2s;
}

.stan-dealer-checkbox:hover {
  background-color: #f5f5f5;
}

.stan-dealer-checkbox input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

.stan-dealer-checkbox.hidden {
  display: none;
}

.stan-dealer-name {
  font-weight: 400;
}

.stan-dealer-count {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.stan-dealer-count small {
  color: #666;
}

#stan-selected-count {
  font-weight: 600;
  color: #2271b1;
}

/* Opening Hours */
.stan-opening-hours {
  margin: 15px 0;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
}

.stan-opening-hours h4 {
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.opening-hours-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 0;
}

.day-name {
  width: 100px;
  font-weight: 500;
}

.hours-input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.time-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.time-inputs.hidden {
  opacity: 0.5;
}

.time-inputs input[type="time"] {
  width: 120px;
}

#login {
  width: 600px;
  border-radius: 16px;
  padding: 36px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  margin-top: 100px;
}

#login h1 a {
  background-image: url("../img/stan-home.svg");
  background-size: contain;
  width: 100%;
  height: 100px;
}

.login form {
  padding: 0;
  border: none;
}

.stan-login-wrap {
  text-align: center;

  h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

/* Move the login button to the top */
#wp-submit {
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  background: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 15px;
  &:hover {
    background-color: #DA1F26;
  }
}

.login label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}

.login form .input {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  min-height: 44px;
  outline: none;

  &:focus,
  &:active {
    border: 1px solid #521e42;
    box-shadow: none;
  }
}

.login #backtoblog,
.login #nav {
  padding: 0;
}
