/* Skjema - gravity forms tilpasninger */

.gform-theme {
  padding: 30px;
  border-radius: 5px;
  background: var(--bg-color);
}
.gform-theme .gform-body .gform_fields{
  gap: 20px;
}
.gform-theme .gform-body .gfield input, .gform-theme .gform-body .gfield select, .gform-theme .gform-body .gfield textarea {
  border-radius: 5px;
  border: 1px solid #064e3b;
  color: #064e3b;
  padding: 5px 15px;
  height: auto;
  font-size: 17px;
}
.gform-theme .gform-body .gfield_label {
  margin: 0 0 5px 0;
}
.gform-theme .gform_footer .gform_button.button {
    border: 1px solid #064e3b !important;
    background-color: #064e3b !important;
    border-radius: .5rem !important;
    padding: 1em 1.4em !important;
    font-size: 17px !important;
    line-height: 22px !important;
}
.gform-theme .gform_footer .gform_button.button:hover {
    background-color: transparent !important;
    color: #064e3b !important;
    border-color: #064e3b40 !important;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gform_wrapper {
    padding: 10px;
  }
  .ginput_container input, .ginput_container select, .ginput_container textarea {
    padding: 8px !important;
  }
}
.login-error {
    margin-bottom: 1rem;
}

.wp-block-button__link:hover {
    color: var(--hvit) !important;
    background-color: var(--dark-blue) !important;
}

.stasjons-navn {
  font-size: 19px;
  display: block;
  width: 200px;
}
.gm-style-iw-ch {
    background-image: url(../images/vegamot-logo.webp);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0;
}
.gm-style-iw-ch>div {
    padding: 17px 0;
    background-color: #FFF;
}
.wp-block-table table {
    font-size: 14px !important;
    line-height: 21px !important;
    border: none;
    min-width: 700px;
}
.wp-block-table table tbody tr:nth-child(odd) {
    background-color: #e9f7f2;
}
.wp-block-table table th, .wp-block-table table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.wp-block-table table thead {
  border-bottom: inherit;
  background-color: #064e3b;
  color: #FFF;
}