@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}


/* Reset some default styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#price-calculator-root, .app-layout, .budget-result-grid, .budget-result-container  {
  height: 100%;
  width: 100%;
}
:root {
  background: #121933 !important;
}
body, html {
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans";
  background: #121933;
}
/* Main layout styles */
.app-layout {
  width: 100%;
  padding: 90px 0;
  overflow-x: hidden;
}
[data-current-step="4"].app-layout {
  padding: 0;
}
.ant-layout-content {
  min-height: initial !important;
}
.ant-layout {
  background: initial !important;
}
.app-content {
  width: 100%;
}
.content-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.navigation-container, .stepper-container {
  z-index: 99;
  width: 100%;
  background-color: rgba(18, 25, 51, 0.85);
  backdrop-filter: blur(4px);
  position: fixed;
}
.stepper-container {
  padding: 40px 0;
  margin: 0 auto;
  top: 0;
}
.stepper-container  .ant-steps {
  max-width: 800px;
  margin: 0 auto !important;
}
@media (max-width: 667px) {
  .stepper-container {
    padding-top: 20px;
  }

  .stepper-container  .ant-steps {
    margin-right: -20px;
  }

  .content-container {
    height: initial;
    display: block;
  }
  
}
/* Override Ant Design Steps connecting lines */
.ant-steps .ant-steps-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ant-steps-item-tail {
  top: 16px !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
/* Default style for all connecting lines */
.ant-steps-item-tail::after {
  background-color: #46548D !important; /* Default inactive color */
  height: 2px !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
@media (max-width: 576px) {
  .ant-steps .ant-steps-item {
    margin-left: -30px !important;
  }
  .ant-steps-item-tail {
    top: 12px !important;
  }
  .ant-steps-item-tail::after {
    width: calc(100% - 28px) !important; /* Adjust to connect dots */
    left: 14px !important; /* Align with dot size */
    right: 14px !important;
  }
}
/* Style for completed steps' connecting lines */
.ant-steps-item-finish .ant-steps-item-tail::after {
  background-color: #49C1C1 !important; /* Active/completed color */
}
.navigation-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: fixed;
  bottom: 0;
}
/* Steps component styles */
.custom-dot {
  width: 32px;
  height: 32px;
  background-color: #49C1C1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}
@media (max-width: 576px) {
  .custom-dot {
    width: 28px;
    height: 28px;
  }
}
.custom-dot-inactive {
  background-color: #46548D;
}
/* Title styles */
.page-title {
  text-align: center;
  margin-bottom: 30px;
  color: white !important;
  width: 100%;
}
/* Mobile title styles */
@media (max-width: 576px) {
  .page-title {
    font-size: 20px !important;
  }
}
/* Form styles */
.form-container {
  margin: 0 auto;
  padding: 10px 0;
}
/* Custom dropdown styles */
.ant-select {
  width: 280px !important;
  height: 50px !important;
}
@media (min-width: 768px) {
  .ant-select {
    width: 350px !important;
  }
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  height: 50px !important;
  border-radius: 25px !important;
  background-color: #1A2246 !important;
  color: white !important;
  border: none !important;
  padding: 0 20px !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
}
/* Ensure consistent padding for both placeholder and selected item */
.ant-select-selection-search {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.ant-select-selection-search-input {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
/* Dropdown arrow and text color */
.ant-select-selection-item {
  color: white !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 50px !important;
  background-color: #1A2246 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Dropdown placeholder */
.ant-select-selection-placeholder {
  color: white !important;
  opacity: 0.8 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 50px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #1A2246 !important;
  margin: 0 !important;
}
/* Dropdown arrow */
.ant-select-arrow {
  color: #A5A9C5 !important;
  font-size: 14px !important;
  right: 20px !important;
  top: 50% !important;
  margin-top: -7px !important;
}
/* Dropdown menu */
.dropdown-menu-custom {
  margin: 8px !important;
}
.dropdown-menu-custom .ant-select-item {
  color: #121933 !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}
.dropdown-menu-custom .ant-select-item-option-active,
.dropdown-menu-custom .ant-select-item-option-selected {
  background-color: rgba(18, 25, 51, 0.05) !important;
}
/* Button container */
.button-wrapper {
  display: flex;
  align-items: center;
}
.next-button {
  background: linear-gradient(265deg, #23D2D3 0%, #399797 100%);
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 8px 8px 0px rgba(73, 193, 193, 0.15);
  height: 40px;
  padding: 8px 30px;
  border-radius: 99px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  width: auto;
}
.next-button:disabled {
  background: linear-gradient(265deg, #23D2D3 0%, #399797 100%); 
  opacity: 0.5;
  border:none;
  cursor: not-allowed;
}
.next-button:hover {
  background: #399797 !important;
  border: #000;

}
.back-button {
  height: 48px;
  padding: 0 24px 0 16px;
  border-radius: 24px;
  background-color: #1F2959;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.back-button:hover {
  background-color: #333d77 !important;
  border-color: #797fa7 !important;
  color: white !important;
}
.back-button::before {
  content: '\2039';
  margin-right: 10px;
  font-size: 22px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .back-button {
    display: none;
  }
}
/* Loader styles */
.loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
}
.loader-container .ant-spin {
  color: #49C1C1;
}
.loader-container .ant-spin-text {
  margin-top: 15px;
  color: white;
  font-size: 16px;
}
/* Budget result styles */
.budget-result-container {
  color: white;
  background-color: #121933;
  width: 100%;
  overflow: auto;
}
.right-column, .left-column {
  padding: 25px;
}
.right-column {
  background-color: #192139;
}
.budget-result-grid {
  margin: 0 !important;
}
@media (max-width: 768px) {
  .right-column {
    height: auto;
    min-height: auto;
  }
}
.kanale-title {
  margin-top: 40px;
}
.section-title {
  color: white !important;
  font-weight: 600;
  line-height: 30px;
}
.budget-description, .results-description {
  color: #D2D4E2 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.budget-amount-card {
  background-color: #163A3A;
  border-radius: 12px;
  margin-top: 30px;
  width: 100%;
}
.budget-amount {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 8px 16px;
  justify-content: space-between;
}
.budget-amount .amount {
  color: #50D4D4 !important;
  font-weight: 600;
  font-family: 'Montserrat', 'Open Sans';
  font-size: 30px;
  line-height: 38px;
}
.budget-note {
  color: #50D4D4 !important;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 18px;
}
.results-header {
  margin-bottom: 2em;
}
.result-item {
  margin-bottom: 1em;
}
.result-label {
  display: flex;
  color: #D2D4E2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.info-icon {
  color: #49C1C1;
  margin-left: 8px;
  font-size: 14px;
}
.result-value {
  font-weight: bold;
  color: white !important;
  margin-top: 5px;
  display: block;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  line-height: 38px;
}
.channels-section {
  margin-bottom: 40px;
}
/* Channel options styling is now handled by Row and Col components */
.channel-options {
  margin-bottom: 10px;
}
.channel-option {
  display: flex;
  background-color: #1F2959;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  align-items: center;
  margin-bottom: 0;
}
.channel-option.selected {
  border: 1px solid #49C1C1;
}
.channel-checkbox {
  margin-right: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
/* Custom checkbox styling for channel options */
.channel-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #49C1C1 !important;
  border-color: #49C1C1 !important;
}
.channel-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #49C1C1 !important;
}
.channel-checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #49C1C1 !important;
}
.checkbox-checked {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #49C1C1;
  position: relative;
}
.checkbox-checked::after {
  content: '✓';
  position: absolute;
  color: white;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.channel-content {
  flex: 1;
}
.channel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.channel-name {
  font-weight: 600;
  font-size: 16px;
  color: white !important;
}
.channel-icons {
  display: flex;
  gap: 5px;
}
.channel-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-left: 5px;
}
.facebook {
  background-color: #3b5998;
}
.instagram {
  background-color: #e1306c;
}
.no-bg {
  background-color: transparent;
  color: #A5A9C5;
}
.social-icon {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  object-fit: contain;
}
.indeed {
  background-color: #003a9b;
}
.google {
  background-color: #4285F4;
}
.linkedin {
  background-color: #0077b5;
}
.channel-description-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  padding: 10px 0 0;
}
.info-icon-circle {
  color: #D2D4E2;
  margin-right: 8px;
  margin-top: 3px;
  font-size: 16px;
  flex-shrink: 0;
}
.channel-description-text {
  color: #D2D4E2 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.5;
}
.budget-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.campaign-button {
  background: linear-gradient(265deg, #23D2D3 0%, #399797 100%);
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 8px 8px 0px rgba(73, 193, 193, 0.15);
  height: 40px;
  padding: 8px 30px;
  border-radius: 99px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
  width: auto;
  min-width: 30vw;
}
.campaign-button-text {
  text-shadow: 0px 1px 3px rgba(10, 13, 18, 0.10), 0px 1px 2px rgba(10, 13, 18, 0.10);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.campaign-button:hover {
  border: #000;
  background-color: #399797 !important;
  color: white;
}
.action-note {
  color: #A5A9C5 !important;
  font-size: 12px;
}
/* Original employment model container styles */
.step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.employment-model-container {
  margin-top: 20px;
  width: 60%;
}
/* Original employment option styles */
.employment-option {
  background-color: #1F2959;
  border-radius: 30px;
  padding: 12px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-left: 8px;
  margin-bottom: 16px;
}
.employment-option.selected {
  background-color: #2a3670;
  border: 1px solid #49C1C1;
}
.employment-option .ant-checkbox-wrapper {
  color: white;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
.employment-option-text {
  margin-left: 8px;
  color: white;
}
.employment-option .ant-checkbox-inner,
.employment-option:hover .ant-checkbox-inner {
  border-color: #49C1C1 !important;
  background-color: transparent !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}
.employment-option .ant-checkbox-checked .ant-checkbox-inner,
.employment-option:hover .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #49C1C1 !important;
  border-color: #49C1C1 !important;
  opacity: 1 !important;
}
.employment-option .ant-checkbox-wrapper-checked .ant-checkbox-inner,
.employment-option:hover .ant-checkbox-wrapper-checked .ant-checkbox-inner {
  background-color: #49C1C1 !important;
  opacity: 1 !important;
}
.employment-label {
  margin-left: 8px;
  font-weight: 500;
}
.employment-count {
  margin-left: 8px;
  opacity: 0.7;
}
/* Location grid styling is now handled by Row and Col with gutter */
.location-option {
  background-color: #1F2959;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  width: 200px;
  margin: 0 10px;
}
.location-option.selected {
  border: 2px solid #49C1C1;
  background-color: #2a3670;
}
.location-checkbox {
  position: absolute;
  top: 16px;
  left: 16px;
  margin-bottom: 10px;
}
.location-checkbox .ant-checkbox-wrapper {
  color: white;
}
.location-checkbox .ant-checkbox-inner,
.location-checkbox:hover .ant-checkbox-inner {
  border-color: #49C1C1 !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.location-checkbox .ant-checkbox-checked .ant-checkbox-inner,
.location-checkbox:hover .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #49C1C1 !important;
  border-color: #49C1C1 !important;
  opacity: 1 !important;
}
.location-grid {
  display: flex;
  flex-wrap: nowrap;
}
.location-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 40px;
  flex: 1;
}
.location-image {
  border-radius: 8px;
  object-fit: contain;
  max-height: 160px;
}
@media (max-width: 768px) {
  .employment-model-container {
    width: 100%;
    padding: 0 20px;
  }
  .campaign-button {
    min-width: 90vw;
  }

  .location-grid {
    flex-direction: column;
    align-items: center;
    row-gap: 0px !important;
  }
  
  .location-option {
    margin: 15px 0;
    height: 150px;
    min-height: 150px;
    min-width: 80vw;
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px 40px;
    border-radius: 20px;
  }

  .location-checkbox {
    position: absolute;
    top: 15px;
    left: 15px;
    margin-right: 0;
  }

  .location-image-container {
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .location-image {
    max-height: 90px;
    width: auto;
  }

  .location-label {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    color: white;
    text-align: center;
    width: 80%;
  }
}
@media (max-width: 576px) {
  .location-option{
    min-width: 80vw;
  }
}
.location-label {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
/* Frequency slider styles */
.frequency-container {
  margin-top: 30px;
}
.frequency-slider-container {
  padding: 0 20px;
}
.frequency-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container {
  flex: 1;
  margin: 0 15px;
}
.frequency-min, .frequency-max {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.frequency-slider {
  margin: 0;
}
.frequency-slider .ant-slider-rail,
.frequency-slider:hover .ant-slider-rail {
  background-color: #46548D !important;
  height: 10px !important;
  border-radius: 5px !important;
}
.frequency-slider .ant-slider-track,
.frequency-slider:hover .ant-slider-track {
  background-color: #49C1C1 !important;
  height: 10px !important;
  border-radius: 5px !important;
}
.frequency-slider .ant-slider-handle,
.frequency-slider:hover .ant-slider-handle {
  width: 24px !important;
  height: 24px !important;
  margin-top: -5px !important;
  background-color: white !important;
  border: 2px solid #49C1C1 !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;
  opacity: 1 !important;
  border-radius: 50% !important;
}
/* Hide the dot inside the handle */
.frequency-slider .ant-slider-handle::before,
.frequency-slider .ant-slider-handle::after,
.frequency-slider:hover .ant-slider-handle::before,
.frequency-slider:hover .ant-slider-handle::after {
  display: none !important;
}
.frequency-slider .ant-slider-handle:focus {
  box-shadow: 0 0 0 5px rgba(73, 193, 193, 0.2);
}
.frequency-slider .ant-slider-handle.ant-slider-handle-dragging {
  border-color: #49C1C1;
}
.disabled-column {
  opacity: 0.5;
  pointer-events: none;
}
.coming-soon-badge {
  position: absolute;
  min-width: 100px;
  top: 18px;
  right: 10px;
  background-color: #ffcc00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 380px) {
  
  .ant-steps .ant-steps-item {
    margin-left: -40px !important;
  }
  .ant-steps-item-tail::after {
    width: calc(100% - 52px) !important; /* Adjust to connect dots */
  }
  .location-option{
    min-width: 280px;
  }
  .location-image-container {
    margin: auto;
  }
}/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
