.elementor-43513 .elementor-element.elementor-element-7e50c69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-43513 .elementor-element.elementor-element-bd2d210{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-43513 .elementor-element.elementor-element-cbb056c{--display:flex;}.elementor-43513 .elementor-element.elementor-element-779d023{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-43513 .elementor-element.elementor-element-14cf5be{--display:flex;--z-index:1;}.elementor-43513 .elementor-element.elementor-element-0e3eeef{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-43513 .elementor-element.elementor-element-8f694ea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-43513 .elementor-element.elementor-element-b3f7915{--display:flex;}:root{--page-title-display:none;}@media(max-width:990px){.elementor-43513 .elementor-element.elementor-element-bd2d210{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-43513 .elementor-element.elementor-element-bd2d210{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS */input[type="date"], input[type="select"] {
     max-height:44px;
     border-radius:8px!important;
     background:#fff!important;
}

 select {
     max-height:44px;
     border-radius:8px!important;
     background:#fff!important;
}

select#variant {
    background:#eee!important;
    color:#222;
    font-weight:600;
}

select#variant:hover {
    cursor:not-allowed;
}

#startDate, #endDate {
    background:transparent;
    border:none;
    padding:0px;
}

 .fieldgroup-1 {
     display:grid;
     grid-template-columns: 1fr 1fr;
     gap:10px;
}
 .fieldgroup-1 .tb-field {
     width:100%;
}

 .tb-panel {
     background: #ffffff;
     padding: 16px;
     border: 1px solid #e5e7eb;
     border-radius: 12px;
}
 .tb-grid-2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px;
     margin-bottom:20px;
     align-items:center;
}

.date-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    wrap:flex-wrap!important;
    width:100%;
    justify-content:space-between;
    border-left:1px solid #ddd;
    padding:10px;
}

.tb-grid-2 small {
}

 @media (max-width: 900px) {
     .tb-grid-2 {
         grid-template-columns: 1fr;
    }
}
 .tb-field {
     display: flex;
     flex-direction: column;
     gap: 6px;
     padding:10px;
}
 .tb-field label {
     font-weight: 600;
     color: #111827;
}
 .tb-field input[type="text"], .tb-field input[type="url"], .tb-field input[type="date"], .tb-field input[type="number"], .tb-field select, .tb-field textarea {
     border: 1px solid #e5e7eb;
     border-radius: 10px;
     padding: 10px 12px;
}
 .tb-hint {
     color: #6b7280;
     font-size: 12px;
}
 .tb-accordion-actions {
     display: flex;
     gap: 8px;
     margin: 8px 0;
     flex-wrap: wrap;
     width:100%;
     justify-content: space-between;
}
 .left-btns {
     display:flex;
     gap:8px;
     align-self:left;
}
 .right-btns {
     display:flex;
     align-self:right;
}
 .tb-doors {
     display: grid;
     gap: 10px;
}
/* Door base */
 .tb-door {
     border: 1px solid #e5e7eb;
     border-radius: 10px;
     background: #f9fafb;
     overflow: hidden;
     transition: background-color .15s ease, border-color .15s ease;
}
/* Door complete state: 10% green background + solid green border */
 .tb-door.tb-complete {
     background: rgba(16,185,129,0.10);
     border-color: #10b981;
}
 .tb-door summary {
     cursor: pointer;
     padding: 10px 12px;
     list-style: none;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .tb-door summary::-webkit-details-marker {
     display: none;
}
 .tb-dooractions {
     display: flex;
     justify-content: flex-end;
     gap: 8px;
     padding: 8px 12px 0 12px;
}

/* Apply-to-all button */
 .tb-apply-all {
     padding: 4px 10px!important;
     font-size:.8rem!important;
     border: none!important;
     background: #111827!important;
     color: #ffffff!important;
     cursor: pointer;
     box-shadow:none!important;
     display:flex;
     align-items:center;
}
 .tb-apply-all:hover {
     filter: brightness(0.9);
}
/* works even with !important bg */
 .tb-apply-icon {
     height: 15px;
     width: auto;
}
 .tb-door .tb-doorgrid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 12px;
     padding: 8px 12px 12px 12px;
}

.tb-door-title {
    font-size:0.9rem;
    font-weight:600;
}

 @media (max-width: 900px) {
     .tb-door .tb-doorgrid {
         grid-template-columns: 1fr;
    }
}
 .tb-door .tb-doorgrid textarea {
     min-height: 84px;
     resize: vertical;
}
 .tb-dooractions {
     justify-content:flex-start;
}

.tb-door-left {}
.tb-door-title {}
.tb-door-index {}
.tb-door-date {   
     display: inline-flex; 
     align-items: center; 
     gap: 3px;
     font-size: 14px;
     padding: 1px 5px;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: 5px;
     margin-left: 5px;
     color: #000; 
     line-height:1.5;
}

.tb-door-date::before {
    content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;

  /* Icon color comes from .tb-door-date { color: ... } */
  background-color: currentColor;

  /* Mask (Chrome/Safari) */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10H3M16 2V6M8 2V6M7.8 22H16.2C17.8802 22 18.7202 22 19.362 21.673C19.9265 21.3854 20.3854 20.9265 20.673 20.362C21 19.7202 21 18.8802 21 17.2V8.8C21 7.11984 21 6.27976 20.673 5.63803C20.3854 5.07354 19.9265 4.6146 19.362 4.32698C18.7202 4 17.8802 4 16.2 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V17.2C3 18.8802 3 19.7202 3.32698 20.362C3.6146 20.9265 4.07354 21.3854 4.63803 21.673C5.27976 22 6.11984 22 7.8 22Z" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  /* Mask (Firefox/modern) */
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10H3M16 2V6M8 2V6M7.8 22H16.2C17.8802 22 18.7202 22 19.362 21.673C19.9265 21.3854 20.3854 20.9265 20.673 20.362C21 19.7202 21 18.8802 21 17.2V8.8C21 7.11984 21 6.27976 20.673 5.63803C20.3854 5.07354 19.9265 4.6146 19.362 4.32698C18.7202 4 17.8802 4 16.2 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V17.2C3 18.8802 3 19.7202 3.32698 20.362C3.6146 20.9265 4.07354 21.3854 4.63803 21.673C5.27976 22 6.11984 22 7.8 22Z" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}


.tb-door-mini {
  max-width: 40ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size:14px;
}

 .tb-actions {
     display: flex;
     gap: 8px;
     margin-top: 8px;
}
 .btn-svg {
     max-height:15px!important;
     width:15px!important;
     align-self:center!important;
     margin-right:5px!important;
}
 .tb-btn {
     padding: 4px 10px!important;
     font-size:.8rem!important;
     border: none!important;
     background: #111827!important;
     color: #ffffff!important;
     cursor: pointer;
     box-shadow:none!important;
     display:flex;
     align-items:center;
}
 .tb-btn:hover {
     opacity: 0.5;
}
 .tb-btn:disabled {
     opacity: 0.5;
     cursor: not-allowed;
}
 .tb-btn-ghost {
     background: #ffffff!important;
     color: #111827!important;
     border:1px solid #ccc!important;
}
 .tb-errors {
     margin-top: 10px;
     color: #b91c1c;
     font-size: 13px;
}
 .tb-preview {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px;
}

 .tb-preview-card {
     display: flex;
    flex-direction: row;
    justify-content:center;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
    padding:15px;
    overflow: hidden;
}
 .tb-preview-card img {
     width: 150px;
     height: 150px;
     display:flex;
     object-fit: cover;
     background: #dddddd;
     margin-bottom:10px;
}
 .tb-preview-body {
     font-size:15px;
     text-align:center;
}
 .tb-preview-body h3 {
     margin: 0 0 6px 0;
     font-size:1.3rem;
}
 .tb-preview-body p {
     margin: 0 0 10px 0;
}
 .tb-preview-body a {
     display: inline-block;
     padding: 5px 25px;
     background: #B81C27;
     border-radius: 8px;
     text-decoration: none;
     color:#fff;
     font-weight:bold;
}
 .tb-preview-meta {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    align-self:start;
    padding:10px;
}
 #pv-door {
     width: 100%;
     padding: 8px 10px;
     border: 1px solid #e5e7eb;
     border-radius: 10px;
}
 .tb-codebox {
     position: relative;
     border: 1px solid #e5e7eb;
     border-radius: 12px;
     color: #ccc!important;
     overflow: hidden;
}
 .tb-codebox pre {
     margin: 0;
     min-height:220px;
     max-height: 220px;
     overflow:auto;
     white-space: pre;
     background:#f9f9f9;
     color:#1042b2!important;
     font-size:12px;
}
 .tb-codebox code {
     font-size: 10px!important;
     line-height: 1.4;
     color:#444!important;
}
 .tb-code-overlay {
     position: absolute;
     inset: 0;
     pointer-events: none;
     background: RGBA(0,0,0,.2);
     opacity: 0;
     transition: opacity 120ms ease;
     z-index:1;
}
 .tb-codebox:hover .tb-code-overlay {
     opacity: 1;
}
 .tb-copybtn {
     position: absolute;
     top: 20px;
     right: 20px;
     padding: 4px 10px!important;
     font-size:.8rem!important;
     border: none!important;
     background: #111827!important;
     color: #ffffff!important;
     cursor: pointer;
     z-index:2;
}
 .tb-copybtn:hover {
     margin-top:-1px;
     opacity:70%;
}
 .tb-copybtn:active {
     transform: translateY(1px);
}
 .tb-copybtn-icon {
     margin-right: 6px;
}

 .tb-copystat {
     margin-top: 8px!important;
     min-height:50px;
 }

 .tb-copystat p {
     font-size: 16px!important;
     font-weight:600!important;
     text-transform:uppercase!important;
     color: green!important;
     background:#E7F8F2!important;
     padding:5px 10px!important;
     border-radius:6px!important;
     min-height:40px!important;
}/* End custom CSS */