/*************
 * FRONT END *
 *************/
.braze {
  color: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 834px !important;
  max-width: 100% !important;
}
.braze__title {
  margin-bottom: 1.25rem;
  font-size: 1.1875rem;
  line-height: 1.4211;
}
.braze a {
  color: #855ed5;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.braze a:hover, .braze a:focus {
  color: #e1d7f5;
}
.braze__description {
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.braze__description--main {
  font-weight: 400;
  margin-bottom: 0;
}
.braze__description--secondary {
  margin-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
}
.braze__groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.braze__group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.braze__group:not(.braze__group--privacy) {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .braze__group:not(.braze__group--privacy) {
    flex-basis: calc(50% - 10px);
    min-width: 220px;
  }
}
.braze__group--privacy {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}
.braze__input {
  position: relative;
  flex: 0 0 auto;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff !important;
  border-radius: 12.5%;
  margin: 0 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent !important;
  transition: all 0.3s ease-in-out;
}
.braze__input:focus {
  outline: 2px dotted #855ed5 !important;
  outline-offset: 1px !important;
}
.braze__input:focus-visible {
  border-color: #855ed5 !important;
}
.braze__input::after {
  content: "";
  display: block;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' fill='none'%3E%3Cpath fill='%23242424' d='M6.272 10.29a.996.996 0 0 1-1.41 0L1.272 6.7a.996.996 0 1 1 1.41-1.41l2.88 2.88 6.88-6.88a.996.996 0 1 1 1.41 1.41l-7.58 7.59Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.braze__input:checked {
  background: #fff !important;
}
.braze__input:checked::after {
  opacity: 1;
}
.braze__label {
  margin: 0;
  padding: 0 !important;
  font-size: 10px;
  line-height: 18px;
}
.braze__email-submit {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  max-width: 534px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px !important;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: var(--font-family--heading-primary);
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .braze__email-submit {
    flex-direction: column;
    align-items: center;
  }
}
.braze__email {
  flex: 1;
  padding: 12px 10px;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  background: transparent;
  color: #fff !important;
  letter-spacing: inherit;
  text-transform: inherit;
}
.braze__email:focus {
  outline: 2px dotted #855ed5 !important;
  outline-offset: 2px;
}
@media screen and (max-width: 599px) {
  .braze__email {
    align-self: stretch;
  }
}
.braze__submit {
  padding: 6px 16px !important;
  border: none !important;
  border-radius: 32px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit;
  font-family: inherit !important;
  font-weight: inherit !important;
  text-transform: uppercase;
  color: #fff !important;
  background: #f09637 !important;
  transition: all 0.3s ease-in-out;
}
.braze__submit:not(:disabled):hover, .braze__submit:not(:disabled):focus {
  color: #242424 !important;
  background: #fff !important;
  outline-offset: 2px;
}
.braze__submit:disabled {
  opacity: 0.4;
  cursor: default;
}
.braze__notices {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
}
.braze__notices p {
  margin: 16px 0 0;
}
.braze__notices p.success {
  color: #f09637;
  font-size: inherit;
}

/*****************
 * ADMIN SCREENS *
 *****************/
#map-attr,
#map-attr-inside {
  margin-top: 10px;
}

#next-steps {
  display: none;
}

.map-attr-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-attr-row > div {
  width: 50%;
  padding: 5px 0;
}

div.elementor-location-footer section.elementor-section div.elementor-container {
  max-width: 80% !important;
}
div.elementor-location-footer section.elementor-section .elementor-icon {
  font-size: 20px !important;
}
@media screen and (min-width: 600px) {
  div.elementor-location-footer section.elementor-section div.elementor-container {
    max-width: 100% !important;
  }
}

div#results-inside {
  max-height: 300px;
  overflow: scroll;
}
div#results-inside ul {
  margin-top: 0px;
  padding: 8px 0;
  border-bottom: 1px solid gray;
}
div#results-inside li.error {
  color: red;
}
div#results-inside #results-info {
  margin-top: 20px;
}

.wp-admin input[type=submit].warning {
  background-color: #d63638;
  border-color: #d63638;
}
.wp-admin input[type=submit].warning:hover {
  background-color: #aa2628;
  border-color: #aa2628;
}

p.warning {
  color: red;
  font-size: 1.1em;
}

p.success {
  color: #d0c322;
  font-size: 1.3em;
}

.postbox#recent-activity {
  max-height: 400px;
  overflow-y: scroll;
}

div.log-entry {
  margin: 10px 0;
  border: 1px solid var(--e-button-context-color);
  padding-bottom: 10px;
}
div.log-entry .log-header {
  padding: 5px 10px;
  background: var(--e-button-context-color);
  color: white;
  margin-bottom: 10px;
}
div.log-entry > div {
  padding-left: 10px;
  padding-right: 10px;
}
div.log-entry#csv-bulk-delete, div.log-entry#csv-single-user-delete {
  border-color: #d63638;
}
div.log-entry#csv-bulk-delete .log-header, div.log-entry#csv-single-user-delete .log-header {
  background-color: #d63638;
}