:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(244,165,28);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(234,234,234);
	--wd-bordered-bg:rgb(234,234,234);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(6,26,45);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

:root {
  --vp-navy: #061A2D;
  --vp-deep-navy: #03101E;
  --vp-orange: #FF5A00;
  --vp-text: #07172B;
  --vp-light: #F5F7F8;
  --vp-border: #D9DEE4;
}

/* General VanPods page polish */
body.home {
  background: #fff;
}

body.home .site-content {
  margin-bottom: 0;
}

.vp-orange,
.vp-hero-orange {
  color: var(--vp-orange) !important;
}

.vp-navy,
.vp-hero-white {
  color: var(--vp-text) !important;
}

/* Hero text helper classes */
.vp-hero-white {
  color: #fff !important;
}

.vp-hero-orange {
  color: var(--vp-orange) !important;
}

/* Buttons */
.vp-button-orange,
body.home .elementor-button {
  background-color: var(--vp-orange);
  color: #fff;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
}

body.home .elementor-button:hover {
  background-color: #e84f00;
  color: #fff;
}

/* Navy feature strip */
.vp-feature-strip {
  background: var(--vp-navy);
}

.vp-feature-item {
  border-right: 1px solid rgba(255,255,255,0.25);
}

.vp-feature-item:last-child {
  border-right: none;
}

/* Why choose section */
.vp-why-item {
  border-right: 1px solid var(--vp-border);
}

.vp-why-item:last-child {
  border-right: none;
}

/* CTA strip */
.vp-cta-strip {
  background: var(--vp-navy);
}

/* Footer */
.vp-footer {
  background: var(--vp-deep-navy);
  color: #fff;
}

.vp-footer a {
  color: #fff;
}

.vp-footer a:hover {
  color: var(--vp-orange);
}

/* Mobile fixes */
@media (max-width: 767px) {
  .vp-feature-item,
  .vp-why-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .vp-why-item {
    border-bottom: 1px solid var(--vp-border);
  }

  .vp-feature-item:last-child,
  .vp-why-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  body.home h1,
  body.home .elementor-heading-title {
    word-break: normal;
  }
}

/* ================================
   VanPods Homepage Hero - Fixed Layering
================================ */

/* Force the hero to full viewport width */
.vp-home-hero {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
}

/* Keep slider full width */
.vp-home-hero .elementor-widget-container,
.vp-home-hero .wd-slider,
.vp-home-hero .wd-slider-wrapper,
.vp-home-hero .woodmart-slider,
.vp-home-hero .wd-carousel {
  width: 100% !important;
  max-width: 100% !important;
}

/* Make each slide a stacking context */
.vp-home-hero .wd-slide,
.vp-home-hero .woodmart-slide,
.vp-home-hero .wd-slider-item,
.vp-home-hero .woodmart-slider-item {
  position: relative !important;
  overflow: hidden;
}

/* Put the gradient over the image */
.vp-home-hero .wd-slide::before,
.vp-home-hero .woodmart-slide::before,
.vp-home-hero .wd-slider-item::before,
.vp-home-hero .woodmart-slider-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(3, 16, 30, 0.86) 0%,
    rgba(3, 16, 30, 0.76) 24%,
    rgba(3, 16, 30, 0.48) 44%,
    rgba(3, 16, 30, 0.16) 68%,
    rgba(3, 16, 30, 0.03) 100%
  );
}

/* Pull the actual slide content above the gradient */
.vp-home-hero .wd-slide-container,
.vp-home-hero .wd-slide-content,
.vp-home-hero .woodmart-slide-content,
.vp-home-hero .slide-content,
.vp-home-hero .content-wrapper,
.vp-home-hero .container,
.vp-home-hero .wpb_wrapper {
  position: relative !important;
  z-index: 5 !important;
}

/* Text readability */
.vp-home-hero h1,
.vp-home-hero h2,
.vp-home-hero h3,
.vp-home-hero p,
.vp-home-hero span {
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

/* Button colour */
.vp-home-hero .btn,
.vp-home-hero .button,
.vp-home-hero .wd-button,
.vp-home-hero .woodmart-button,
.vp-home-hero a[class*="btn"] {
  background-color: #FF5A00 !important;
  color: #ffffff !important;
  border-color: #FF5A00 !important;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
}

.vp-home-hero .btn:hover,
.vp-home-hero .button:hover,
.vp-home-hero .wd-button:hover,
.vp-home-hero .woodmart-button:hover,
.vp-home-hero a[class*="btn"]:hover {
  background-color: #E84F00 !important;
  border-color: #E84F00 !important;
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .vp-home-hero .wd-slide::before,
  .vp-home-hero .woodmart-slide::before,
  .vp-home-hero .wd-slider-item::before,
  .vp-home-hero .woodmart-slider-item::before {
    background: linear-gradient(
      90deg,
      rgba(3, 16, 30, 0.92) 0%,
      rgba(3, 16, 30, 0.84) 56%,
      rgba(3, 16, 30, 0.42) 100%
    );
  }

  .vp-home-hero h1,
  .vp-home-hero h2 {
    font-size: 42px !important;
    line-height: 0.95 !important;
  }
}

/* About page hero */

.about-hero {
    overflow: hidden;
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    width: 180px;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

/* Brand values */

.value-card {
    position: relative;
}

.value-card-bordered {
    border-left: 1px solid #e5e5e5;
}

/* Story section */

.about-story-image {
    min-height: 520px;
}

/* Buttons */

.about-hero .elementor-button,
.about-story .elementor-button {
    transition: all 0.25s ease;
}

/* Subtle heading spacing */

.about-values h2,
.about-quality h2,
.about-story h2 {
    margin-top: 0;
}

/* Tablet */

@media screen and (max-width: 1024px) {

    .about-hero-content::after {
        display: none;
    }

    .value-card {
        padding-left: 25px;
        padding-right: 25px;
    }

    .about-quality {
        gap: 35px;
    }
}

/* Mobile */

@media screen and (max-width: 767px) {

    .about-hero {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .about-hero-content,
    .about-hero-image {
        width: 100%;
    }

    .about-hero-image {
        min-height: 330px;
    }

    .about-hero-content {
        padding: 45px 22px;
    }

    .about-hero-content h1 {
        font-size: 38px;
    }

    .about-values {
        padding: 50px 22px;
    }

    .about-values > .e-con-inner,
    .about-values .elementor-container {
        flex-direction: column;
    }

    .value-card {
        width: 100%;
        padding: 30px 10px;
    }

    .value-card-bordered {
        border-left: none;
        border-top: 1px solid #e5e5e5;
    }

    .about-story {
        flex-direction: column;
    }

    .about-story > .e-con,
    .about-story > .elementor-container > .elementor-column {
        width: 100%;
    }

    .about-story-image {
        min-height: 360px;
    }

    .about-quality {
        flex-direction: column;
        padding: 50px 22px;
        text-align: left;
    }

    .about-quality > .e-con {
        width: 100%;
    }

    .about-quality img {
        max-width: 220px;
    }
}

.value-card {
    position: relative;
}

.value-card-bordered::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    background: #d8d8d8;
}

/* =====================================================
   VANPODS CONTACT FORM
   Scoped to Elementor class: vp-contact-form
   ===================================================== */

/* Main form area */
.vp-contact-form .wpforms-container {
    margin: 0;
}

/* Remove WPForms' default bottom margins */
.vp-contact-form .wpforms-field {
    padding: 0 0 18px;
}

/* Labels */
.vp-contact-form .wpforms-field-label {
    margin-bottom: 8px !important;
    color: #082846;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3;
}

/* Required asterisk */
.vp-contact-form .wpforms-required-label {
    color: #ff6500 !important;
}

/* Text fields, email fields, selects and textarea */
.vp-contact-form input[type="text"],
.vp-contact-form input[type="email"],
.vp-contact-form input[type="tel"],
.vp-contact-form input[type="number"],
.vp-contact-form input[type="url"],
.vp-contact-form select,
.vp-contact-form textarea {
    width: 100% !important;
    max-width: none !important;
    min-height: 52px;
    padding: 13px 16px !important;
    border: 1px solid #d8dee5 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #082846 !important;
    font-size: 15px !important;
    line-height: 1.4;
    box-shadow: none !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

/* Textarea */
.vp-contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

/* Placeholder text */
.vp-contact-form input::placeholder,
.vp-contact-form textarea::placeholder {
    color: #8b949e;
    opacity: 1;
}

/* Field focus */
.vp-contact-form input[type="text"]:focus,
.vp-contact-form input[type="email"]:focus,
.vp-contact-form input[type="tel"]:focus,
.vp-contact-form input[type="number"]:focus,
.vp-contact-form input[type="url"]:focus,
.vp-contact-form select:focus,
.vp-contact-form textarea:focus {
    border-color: #ff6500 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 101, 0, 0.12) !important;
    outline: none !important;
}

/* Validation error fields */
.vp-contact-form .wpforms-error {
    border-color: #d63638 !important;
}

/* Validation messages */
.vp-contact-form label.wpforms-error {
    margin-top: 6px !important;
    color: #d63638 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Submit button container */
.vp-contact-form .wpforms-submit-container {
    padding-top: 2px !important;
    text-align: center;
}

/* Submit button */
.vp-contact-form button[type="submit"],
.vp-contact-form input[type="submit"],
.vp-contact-form .wpforms-submit {
    display: block !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 15px 28px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: linear-gradient(
        90deg,
        #ff5a00 0%,
        #ff7800 50%,
        #ff5a00 100%
    ) !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 8px 20px rgba(255, 101, 0, 0.22) !important;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

/* Submit button hover */
.vp-contact-form button[type="submit"]:hover,
.vp-contact-form input[type="submit"]:hover,
.vp-contact-form .wpforms-submit:hover {
    background: linear-gradient(
        90deg,
        #ee5300 0%,
        #ff7000 50%,
        #ee5300 100%
    ) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 11px 24px rgba(255, 101, 0, 0.3) !important;
    filter: brightness(1.03);
}

/* Submit button pressed */
.vp-contact-form button[type="submit"]:active,
.vp-contact-form input[type="submit"]:active,
.vp-contact-form .wpforms-submit:active {
    transform: translateY(0);
    box-shadow: 0 5px 12px rgba(255, 101, 0, 0.22) !important;
}

/* Submit button keyboard focus */
.vp-contact-form button[type="submit"]:focus-visible,
.vp-contact-form input[type="submit"]:focus-visible,
.vp-contact-form .wpforms-submit:focus-visible {
    outline: 3px solid rgba(255, 101, 0, 0.3) !important;
    outline-offset: 3px;
}

/* WPForms confirmation message */
.vp-contact-form .wpforms-confirmation-container-full {
    padding: 18px 20px;
    border: 1px solid rgba(255, 101, 0, 0.3);
    border-radius: 6px;
    background: rgba(255, 101, 0, 0.07);
    color: #082846;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .vp-contact-form .wpforms-field {
        padding-bottom: 15px;
    }

    .vp-contact-form input[type="text"],
    .vp-contact-form input[type="email"],
    .vp-contact-form input[type="tel"],
    .vp-contact-form input[type="number"],
    .vp-contact-form input[type="url"],
    .vp-contact-form select,
    .vp-contact-form textarea {
        min-height: 50px;
        font-size: 16px !important;
    }

    .vp-contact-form button[type="submit"],
    .vp-contact-form input[type="submit"],
    .vp-contact-form .wpforms-submit {
        min-height: 54px !important;
        font-size: 16px !important;
    }
}

.vp-contact-form {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(8, 40, 70, 0.08);
}

@media (max-width: 767px) {
    .vp-contact-form {
        padding: 22px 18px;
    }
}

/* Remove WoodMart's top and bottom page spacing on the Trade Account page */
.page-id-30366 .main-page-wrapper,
.page-id-30366 .site-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================================================
   VanPods trade application form: two-column layout
   ========================================================= */

.trade-form-card form.wwp_wholesaler_registration_form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 0;
    width: 100%;
}

/* Everything is full width unless specifically paired below */
.trade-form-card form.wwp_wholesaler_registration_form > * {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
}

/* Username and email */
.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_username) {
    grid-column: 1;
}

.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_email) {
    grid-column: 2;
}

/* Password and confirmation */
.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_password) {
    grid-column: 1;
}

.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#reg_password2) {
    grid-column: 2;
}

/* Contact first and last name */
.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_fname) {
    grid-column: 1;
}

.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_lname) {
    grid-column: 2;
}

/* Town/city and postcode */
.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_city) {
    grid-column: 1;
}

.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_post_code) {
    grid-column: 2;
}

/* Telephone and VAT number */
.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_phone) {
    grid-column: 1;
}

.trade-form-card form.wwp_wholesaler_registration_form
> p:has(#wwp_wholesaler_tax_id) {
    grid-column: 2;
}

/* Remove inherited WooCommerce float behaviour */
.trade-form-card form.wwp_wholesaler_registration_form > p {
    float: none !important;
    margin-right: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .trade-form-card form.wwp_wholesaler_registration_form {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .trade-form-card form.wwp_wholesaler_registration_form > * {
        grid-column: 1 / -1 !important;
    }
}

/* Trade declaration */
.trade-form-card .formio-component-checkbox {
    margin-top: 6px;
    margin-bottom: 20px;
    padding: 14px 16px;
    background: #f7f8fa;
    border: 1px solid #e2e6eb;
    border-radius: 3px;
}

.trade-form-card .formio-component-checkbox .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.trade-form-card .formio-component-checkbox input[type="checkbox"] {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: #f58220;
}

.trade-form-card .formio-component-checkbox label {
    margin: 0;
    color: #17233d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.trade-form-card #register {
    min-width: 190px;
    min-height: 48px;
    padding: 13px 26px;
    color: #fff;
    background: #f58220;
    border: 1px solid #f58220;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.trade-form-card #register:hover {
    color: #fff;
    background: #d9680f;
    border-color: #d9680f;
}

.trade-form-card .trade-form-subheading {
    margin: 22px 0 16px;
    padding-bottom: 10px;
    color: #071a3d;
    border-bottom: 1px solid #e5e8ed;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.trade-form-card form select {
    color: #17233d;
}

.trade-form-card form select:invalid {
    color: #7a8290;
}

.trade-form-card form select option {
    color: #17233d;
}

/* =========================================================
   Trade account FAQ
   ========================================================= */

.trade-form-faq {
    max-width: 900px;
    margin: 0 auto;
    padding: 55px 30px 70px;
}

.trade-form-heading {
    margin-bottom: 22px;
    color: #071a3d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

/* Accordion item */
.trade-form-accordion .elementor-accordion-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e6eb !important;
    border-radius: 3px;
}

/* Accordion question */
.trade-form-accordion .elementor-tab-title {
    padding: 17px 18px !important;
    color: #071a3d !important;
    background: #fff;
    border: 0 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.trade-form-accordion .elementor-tab-title:hover {
    color: #f58220 !important;
    background: #fafbfc;
}

/* Open question */
.trade-form-accordion .elementor-tab-title.elementor-active {
    color: #f58220 !important;
    background: #f8f9fb;
    border-bottom: 1px solid #e2e6eb !important;
}

/* Accordion icon */
.trade-form-accordion .elementor-accordion-icon {
    color: #f58220 !important;
}

/* Answer panel */
.trade-form-accordion .elementor-tab-content {
    padding: 18px !important;
    color: #4e5665;
    background: #fff;
    border: 0 !important;
    font-size: 14px;
    line-height: 1.7;
}

/* Mobile */
@media (max-width: 767px) {
    .trade-form-faq {
        padding: 42px 20px 50px;
    }

    .trade-form-heading {
        font-size: 22px;
    }

    .trade-form-accordion .elementor-tab-title {
        padding: 15px 16px !important;
    }

    .trade-form-accordion .elementor-tab-content {
        padding: 16px !important;
    }
}

/* Security box link */
.trade-security-box a {
    color: #f58220 !important;
    font-weight: 600;
    text-decoration: none;
}

.trade-security-box a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* =========================================================
   Trade application confirmation page
   ========================================================= */

.trade-confirmation-card {
    text-align: center;
}

.trade-confirmation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    border: 2px solid #f58220;
    border-radius: 50%;
}

.trade-confirmation-steps {
    position: relative;
}

.trade-confirmation-steps > .e-con {
    position: relative;
}

.trade-confirmation-next h3 {
    margin: 0 0 14px;
    color: #071a3d;
    font-size: 16px;
    font-weight: 700;
}

.trade-confirmation-next .elementor-icon-list-item {
    margin-bottom: 9px;
}

.trade-confirmation-next .elementor-icon-list-icon {
    color: #f58220;
}

.trade-confirmation-button .elementor-button {
    min-width: 190px;
}

.trade-confirmation-card a:not(.elementor-button) {
    color: #4e5665;
    text-decoration: none;
}

.trade-confirmation-card a:not(.elementor-button):hover {
    color: #f58220;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .trade-confirmation-steps {
        flex-direction: column;
    }

    .trade-confirmation-steps > .e-con {
        width: 100%;
    }

    .trade-confirmation-icon {
        width: 74px;
        height: 74px;
    }
}

.trade-confirmation-button .elementor-button {
    min-width: 190px;
    min-height: 46px;
    padding: 13px 26px;
}