/* ===== Админка ===== */
.wrap h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

table.widefat th {
  background: #f1f1f1;
  font-weight: bold;
}

table.widefat td, table.widefat th {
  padding: 8px;
}

.notice-success, .notice-error {
  margin-top: 10px;
}

/* ===== Форма (frontend) ===== */
#bravix-plugin-form-wrapper {
  font-family: sans-serif;
  margin: 0;
}

#bravix-plugin-form-wrapper label {
  display: block;
  margin: 0;
}

#bravix-plugin-form-wrapper select,
#bravix-plugin-form-wrapper input,
#bravix-plugin-form-wrapper button {
  box-sizing: border-box;
}

#bravix-plugin-form-wrapper .bravix-plugin-passengers {
  display: flex;
  gap: 1em;
}

#bravix-plugin-form-wrapper .bravix-plugin-passengers label {
  display: flex;
  flex-direction: column;
}

#bravix-plugin-mapContainer {
  width: 100%;
}

#bravix-plugin-mapContainer>iframe {
  width: 100% !important;
}

#bravix-plugin-submit {
  background: #0073aa;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}


#bravix-plugin-form {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.bravix-plugin-form-left {
  width: calc(80% - (40px * 1 / 2));
}

.bravix-plugin-form-right {
  width: calc(20% - (40px * 1 / 2));
  display: flex;
}


#bravix-plugin-submit {
  background-color: rgb(255, 149, 28);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  width: 100%;
  border-radius: 100px;
  padding: 20px 35px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}

#bravix-plugin-submit:hover {
  background-color: #514C81;
}

.bravix-plugin-form-left {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.bravix-plugin-form-left>label {
  width: calc(100% / 4 - (40px * 3 / 4));
}

.bravix-plugin-form-left>label {
  width: calc(100% / 4 - (40px * 3 / 4));
}

.bravix-plugin-form-left p {
  color: rgb(34, 34, 34);
  font-size: 19.2px;
  font-weight: 600;
  line-height: 19.2px;
  margin-bottom: 0px;
}


#bravix-plugin-form-wrapper select, #bravix-plugin-form-wrapper input {
  width: 100%;
  background: #2220;
  border: 0px;
  padding: 20px 0;
  color: rgb(122, 122, 122)
}

#bravix-plugin-price-text {
  width: 100%;
  background: #2220;
  border: 0px;
  padding: 20px 0;
  color: rgb(122, 122, 122);
}

@media (max-width: 1100px) {
  .bravix-plugin-form-left>label {
    width: calc(100% / 3 - (40px * 2 / 3));
  }

  .bravix-plugin-form-left {
    width: calc(70% - (40px * 1 / 2));
  }

  .bravix-plugin-form-right {
    width: calc(30% - (40px * 1 / 2));
  }
}

@media (max-width: 700px) {
  .bravix-plugin-form-left {
    width: 100%;
  }

  .bravix-plugin-form-right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .bravix-plugin-form-left>label {
    width: 100%;
  }

  #bravix-plugin-form-wrapper select, #bravix-plugin-form-wrapper input, #bravix-plugin-price-text {
    padding: 20px 0 10px 0;
  }

  .bravix-plugin-form-left p {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px
  }
}