/*
 Theme Name:   Twenty Twentytwo Child
 Theme URI:    http://hawen.one/twentytwentytwo-child/
 Description:  Twenty Twentytwo Child Theme
 Author:       Linus Lancin
 Author URI:   http://hawen.one
 Template:     twentytwentytwo
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentytwochild
*/


@font-face {
    font-family: 'alex_brushregular';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/alexbrush-regular-webfont.woff2') format('woff2'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/alexbrush-regular-webfont.woff') format('woff'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/AlexBrush-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'chathura';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/chathura-regular-webfont.woff2') format('woff2'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/chathura-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraitalic';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/lora-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/lora-italic-variablefont_wght-webfont.woff') format('woff'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/Lora-Italic-VariableFont_wght.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/lora-variablefont_wght-webfont.woff2') format('woff2'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/lora-variablefont_wght-webfont.woff') format('woff'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/Lora-VariableFont_wght.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alluraregular';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/allura-regular-webfont.woff2') format('woff2'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/allura-regular-webfont.woff') format('woff'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/Allura-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowmedium';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/Barlow-Medium-webfont.woff') format('woff'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/Barlow-Medium.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowlight';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/Barlow-Light-webfont.woff') format('woff'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/Barlow-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_groteskregular';
    src: url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/hkgrotesk-regular-webfont.woff2') format('woff2'),
         url('https://hawen.one/wp-content/themes/twentytwentytwo-child/fonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.project_set_up {
    font-family: 'barlowlight';
    font-weight:normal;
    font-style:normal;
    border: 2px #69A832;
    border-radius: 8px;
    padding: 5px;
}

.future_status {
    border: 2px solid #44142A;
    border-radius: 10px;
    font-family: 'barlowlight';
    font-weight:normal;
    font-style:normal;
    font-size: 10px;
    color:#44142A;
    text-align: center;
    margin: auto;
}

.current_status {
    border: 2px solid #AA336A;
    border-radius: 10px;
    font-family: 'barlowlight';
    font-weight:normal;
    font-style:normal;
    font-size: 10px;
    color:#AA336A;
    text-align: center;
    margin: auto;
}

.completed_status {
    border: 2px solid #69A832;
    border-radius: 10px;
    font-family: 'barlowlight';
    font-weight:normal;
    font-style:normal;
    font-size: 10px;
    background-color: #69A832;
    color:#fff;
    text-align: center;
    margin: auto;
}

input[type=submit] {
  display: block;
  width: 240px;
  height: 40px;
  border: none;
  background-color: #AA336A;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}
input[type=submit]:hover {
  transform: rotateX(15deg);
  box-shadow: 0 15px 15px #AA336A;
}
input[type=button]  {
  display: block;
  width: 240px;
  height: 40px;
  border: none;
  background-color: #AA336A;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}
input[type=button]:hover {
  transform: rotateX(15deg);
  box-shadow: 0 15px 15px #AA336A;
}

/* Disabled state */
input[type=submit]:disabled,
input[type=button]:disabled {
  background-color: #f5f5f5;
  border: 2px solid #aa336a;
  color: #aa336a;
  font-style: italic;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Remove hover effect when disabled */
input[type=submit]:disabled:hover,
input[type=button]:disabled:hover {
  transform: none;
  box-shadow: none;
}

input[type=text]:read-only {
  background-color: #F6F6F6;
  font-style: italic;
}


button[type=submit] {
  display: block;
  width: 240px;
  height: 40px;
  border: none;
  background-color: #AA336A;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}
button[type=submit]:hover {
  transform: rotateX(15deg);
  box-shadow: 0 15px 15px #AA336A;
}
button[type=submit]:disabled {
  background-color: #f5f5f5;
  border: 2px solid #aa336a;
  color: #aa336a;
  font-style: italic;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

textarea {
    font-family: 'barlowlight';
    font-size: 18px;
    font-weight:normal;
    font-style:normal;
    color:#44142A;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: thin solid black;
}

input[type=text], input[type=number], input[type=datetime_local], input[type=select] {
    font-family: 'barlowlight';
    font-size: 18px;
    font-weight:normal;
    font-style:normal;
    color:#44142A;
    background-color: #f6f6f6;
    border-radius: 8px;
    border: thin solid black;

}


/* Snygg SELECT */
.hawen-select {
  font-family: 'Barlow', 'barlowlight', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: normal;
  color: #44142A;
  background-color: #f6f6f6;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 0.5em 2.8em 0.5em 0.8em;
  box-sizing: border-box;

  /* Tar bort browserns standardutseende */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: box-shadow 0.2s, border-color 0.2s;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="18" height="10" xmlns="http://www.w3.org/2000/svg"><path d="M1 1l8 8 8-8" stroke="%2344142A" stroke-width="2" fill="none" fill-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1.1em;
}

.hawen-select:focus {
  box-shadow: 0 4px 16px rgba(68,20,42,0.12);
  outline: none;
  border-color: #b3b3b3;
}

/* Snygga INPUTS */
.hawen textarea,
.hawen input[type="text"],
.hawen input[type="number"],
.hawen input[type="email"],
.hawen input[type="datetime-local"],
.hawen input[type="checkbox"] {
  font-family: 'Barlow', 'barlowlight', Arial, sans-serif;
  font-size: 1rem;
  color: #44142A;
  background-color: #f6f6f6;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 0.2em 0.2em;
  box-sizing: border-box;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.hawen input[type="text"]:focus,
.hawen input[type="number"]:focus,
.hawen input[type="email"]:focus,
.hawen input[type="datetime-local"]:focus,
.hawen input[type="checkbox"]:focus {
  box-shadow: 0 4px 16px rgba(68,20,42,0.12);
  outline: none;
  border-color: #b3b3b3;
}

.hawen button {
    font-family: 'Barlow', 'barlowlight', Arial, sans-serif;
  font-size: 1rem;
  color: #AA336A;
  background-color: #f6f6f6;
  border-color: #AA336A;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.hawen button:focus,{
  box-shadow: 0 4px 16px rgba(68,20,42,0.12);
  outline: none;
  border-color: #b3b3b3;
}
.hawen button:hover{
    transform: rotateX(15deg);
    box-shadow: 0 15px 15px #AA336A;
}

.hawen table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5rem;
}
.hawen table th,
.hawen table td {
    text-align: right;
    border: none;
    padding: 8px 12px;
}
.hawen table th {
    font-weight: bold;
}

/* CSS to style the SELECT boxes */
select {
  /* styling */
  background-color: #f6f6f6;
  /*border: thin solid blue;*/
  border-radius: 5px;
  display: inline-block;
  font: inherit;
  line-height: 1.1em;
  /*line-height: 1.5em;*/
  padding: 0.2em 3.5em 0.2em 1em;
  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


/* CSS to create slider checkbox*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Classes to support elements sliding up */
/* Dold position innan element visas */
.slide-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* Aktiv position när element är synligt */
.slide-up-active {
  opacity: 1;/* Gör elementet synligt */
  transform: translateY(0); /* Återgå till originalposition */
}


/* 2025-02-24 start*/
.pulse_beat_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80vw;
    text-align: center;
}
.pulse_beat_phrase {
    font-size: 2rem;
    margin: 10px;
    opacity: 0.8;
    color: #AA336A;
    animation: pulse_beat_pulse 2s infinite ease-in-out;
}
@keyframes pulse_beat_pulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
}
/* 2025-02-24 end*/

/* CSS to support toggle */

.hawen-automation-control .wp-block-columns {
  margin: 0;
  gap: 0.3rem;
}

.hawen-automation-row {
    padding: 0.1rem 0;
}

.hawen-automation-row > .wp-block-columns {
  width: 100%;
}


.hawen-step-label {
    font-size: 14px;
    line-height: 1.2;
}

.hawen-step-desc {
  font-size: 0.85em;
  line-height: 1.2;
}

.hawen-step-desc p {
  margin: 0;
}

.hawen-step-desc p + p {
  margin-top: 0.25rem;
}

.hawen-automation-disabled {
    font-style: italic;
    opacity: 0.8; 
}

/* Toggle wrapper */
.hawen-toggle {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

/* Hide checkbox */
.hawen-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider background */
.hawen-toggle-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.2s;
}

/* Knob */
.hawen-toggle-slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
}

/* Checked = MANUAL */
.hawen-toggle input:checked + .hawen-toggle-slider {
    background-color: #4CAF50;
}

.hawen-toggle input:checked + .hawen-toggle-slider::before {
    transform: translateX(22px);
}

/* End toggle */

/* Tab styles */
.hawen-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hawen-tab-button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.9em;
}

.hawen-tab-button.is-active {
    font-weight: 600;
}

.hawen-tab-panel {
    margin-top: 12px;
}

/* End Tab layout */

/* CSS to support styled radio buttons with text, up to 10 in an iteration   */

.hawen_radio label,
.hawen_radio input {
  text-align: center;
  align-items: center;
  justify-content: center;
  display:flex;
  width: 150px;
  height: 50px;
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  margin: 5px 5px 5px 5px ;
}

.hawen_radio input[type="radio"] {
  display: none;
}

.hawen_radio label:hover {
  background: #DDD;
}

.hawen_radio input[type="radio"]:checked + label {
  background: #AA336A;  
  color:white;
}

/* The is a limitation on how times the set up radio buttons can be iterated on a page. The highest number correlates to the highest numbers of #hawenFirst, etc., below */
#hawenFirst1,
#hawenFirst2,
#hawenFirst3,
#hawenFirst4,
#hawenFirst5,
#hawenFirst6,
#hawenFirst7,
#hawenFirst8,
#hawenFirst9,
#hawenFirst10 {
  top: 5px;
  left: 5px;
}

#hawenSecond1,
#hawenSecond2,
#hawenSecond3,
#hawenSecond4,
#hawenSecond5,
#hawenSecond6,
#hawenSecond7,
#hawenSecond8,
#hawenSecond9,
#hawenSecond10 {
  top: 60px;
  left: 5px;
}

#hawenThird1,
#hawenThird2,
#hawenThird3,
#hawenThird4,
#hawenThird5,
#hawenThird6,
#hawenThird7,
#hawenThird8,
#hawenThird9,
#hawenThird10 {
  top: 110px;
  left: 5px;
}

#hawenForth1,
#hawenForth2,
#hawenForth3,
#hawenForth4,
#hawenForth5,
#hawenForth6,
#hawenForth7,
#hawenForth8,
#hawenForth9,
#hawenForth10 {
  top: 160px;
  left: 5px;
}

#hawenFifth1,
#hawenFifth2,
#hawenFifth3,
#hawenFifth4,
#hawenFifth5,
#hawenFifth6,
#hawenFifth7,
#hawenFifth8,
#hawenFifth9,
#hawenFifth10 {
  top: 210px;
  left: 5px;
}

#hawenSixth1,
#hawenSixth2,
#hawenSixth3,
#hawenSixth4,
#hawenSixth5,
#hawenSixth6,
#hawenSixth7,
#hawenSixth8,
#hawenSixth9,
#hawenSixth10 {
  top: 260px;
  left: 5px;
}

#hawenSeventh1,
#hawenSeventh2,
#hawenSeventh3,
#hawenSeventh4,
#hawenSeventh5,
#hawenSeventh6,
#hawenSeventh7,
#hawenSeventh8,
#hawenSeventh9,
#hawenSeventh10 {
  top: 310px;
  left: 5px;
}

#hawenEighth1,
#hawenEighth2,
#hawenEighth3,
#hawenEighth4,
#hawenEighth5,
#hawenEighth6,
#hawenEighth7,
#hawenEighth8,
#hawenEighth9,
#hawenEighth10 {
  top: 360px;
  left: 5px;
}

#hawenNinth1,
#hawenNinth2,
#hawenNinth3,
#hawenNinth4,
#hawenNinth5,
#hawenNinth6,
#hawenNinth7,
#hawenNinth8,
#hawenNinth9,
#hawenNinth10 {
  top: 410px;
  left: 5px;
}

#hawenTenth1,
#hawenTenth2,
#hawenTenth3,
#hawenTenth4,
#hawenTenth5,
#hawenTenth6,
#hawenTenth7,
#hawenTenth8,
#hawenTenth9,
#hawenTenth10 {
  top: 460px;
  left: 5px;
}
/* End  */



.hawen-embed-linkedin-wrapper {
    width: 100%;
  max-width: 600px;     /* din regel */
  margin: 0 auto;       /* centrerad i 650px */
}

.hawen-embed-linkedin-wrapper iframe {
    width: 100%;
  height: 335px;        /* FIX: LinkedIn beter sig bäst med explicit höjd */
  border: 0;
  display: block;
}

.hawen-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hawen-accordion details {
    background: #fff;
    border: 1px solid #e7dfe5;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hawen-accordion details:hover {
    border-color: #d8c6d0;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.06);
}

.hawen-accordion details[open] {
    border-color: #c98aa5;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
}

.hawen-accordion summary {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(to bottom, #fcfafb, #f8f4f6);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: #6f2c4f;
    transition: background 0.2s ease, color 0.2s ease;
}

.hawen-accordion summary:hover {
    background: linear-gradient(to bottom, #faf7f8, #f4eef1);
}

.hawen-accordion details[open] summary {
    background: linear-gradient(to bottom, #faf5f7, #f3eaef);
    color: #8e3e67;
    border-bottom: 1px solid #ead7e1;
}

.hawen-accordion summary::-webkit-details-marker {
    display: none;
}

.hawen-accordion summary::before {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
    margin-left: 2px;
    opacity: 0.9;
}

.hawen-accordion details[open] summary::before {
    transform: rotate(45deg);
}

.hawen-accordion summary::after {
    content: "";
    margin-left: auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(111, 44, 79, 0.08);
    transition: background 0.2s ease;
}

.hawen-accordion details[open] summary::after {
    background: rgba(111, 44, 79, 0.14);
}

.hawen-accordion summary:focus {
    outline: none;
}

.hawen-accordion summary:focus-visible {
    box-shadow: inset 0 0 0 2px #c04a75;
}

.hawen-accordion .accordion-content {
    padding: 22px 20px 24px;
    background: #fff;
}

.hawen-accordion .accordion-content > :first-child {
    margin-top: 0;
}

.hawen-accordion .accordion-content > :last-child {
    margin-bottom: 0;
}

.hawen-accordion .accordion-content .wp-block-group,
.hawen-accordion .accordion-content .wp-block-columns,
.hawen-accordion .accordion-content form,
.hawen-accordion .accordion-content p {
    margin-top: 0;
}

.hawen-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 50px 40px;
}

.hawen-carousel-viewport {
    overflow: hidden;
}

.hawen-carousel-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}

.hawen-carousel-slide {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding: 0 14px;
}

.hawen-carousel-card {
    height: 100%;
    text-align: center;
    padding: 20px 10px;
    color: #b04b73;
    font-style: italic;
    line-height: 1.8;
}

.hawen-carousel-quote-mark {
    font-size: 42px;
    color: #c7c7c7;
    line-height: 1;
    margin-bottom: 10px;
}

.hawen-carousel-quote-mark-end {
    margin-top: 10px;
}

.hawen-carousel-text {
    font-size: 14px;
    line-height: 1.5;
}

.hawen-carousel-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
    color: #444;
    z-index: 2;
    padding: 0;
    line-height: 1;
}

.hawen-carousel-prev {
    left: 0;
}

.hawen-carousel-next {
    right: 0;
}

.hawen-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.hawen-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #111;
    background: #fff;
    cursor: pointer;
    padding: 0;
}

.hawen-carousel-dot.is-active {
    background: #111;
}

@media (max-width: 900px) {
    .hawen-carousel-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 600px) {
    .hawen-carousel {
        padding-left: 35px;
        padding-right: 35px;
    }

    .hawen-carousel-slide {
        flex: 0 0 100%;
    }

    .hawen-carousel-text {
        font-size: 17px;
        line-height: 1.6;
    }

    .hawen-carousel-arrow {
        font-size: 34px;
    }
}

.hawen-tab-status-icon {
    display: inline-block;
    margin-left: 6px;
    font-size: 0.9em;
    line-height: 1;
    vertical-align: middle;
}

.hawen-tab-status-icon.is-complete {
    color: #2e7d32;
}

.hawen-tab-status-icon.is-warning {
    color: #d97706;
}