.elementor-665 .elementor-element.elementor-element-06f3410{--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;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-665 .elementor-element.elementor-element-7d50f28{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-665 .elementor-element.elementor-element-59b132a{--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;--justify-content:center;--border-radius:10px 10px 10px 10px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-665 .elementor-element.elementor-element-59b132a:not(.elementor-motion-effects-element-type-background), .elementor-665 .elementor-element.elementor-element-59b132a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#393E46;}.elementor-665 .elementor-element.elementor-element-59b132a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-665 .elementor-element.elementor-element-19bbd8f .wd-products-with-bg, .elementor-665 .elementor-element.elementor-element-19bbd8f .wd-products-with-bg .wd-product{--wd-prod-bg:#FFFFFF;--wd-bordered-bg:#FFFFFF;}.elementor-665 .elementor-element.elementor-element-517546e{--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-665 .elementor-element.elementor-element-b7a0520{--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;}@media(min-width:769px){.elementor-665 .elementor-element.elementor-element-59b132a{--width:99.665%;}.elementor-665 .elementor-element.elementor-element-517546e{--width:34%;}}@media(max-width:1024px) and (min-width:769px){.elementor-665 .elementor-element.elementor-element-59b132a{--width:100%;}.elementor-665 .elementor-element.elementor-element-517546e{--width:100%;}}@media(max-width:1024px){.elementor-665 .elementor-element.elementor-element-7d50f28{--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;}}@media(max-width:768px){.elementor-665 .elementor-element.elementor-element-59b132a{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for wd_text_block, class: .elementor-element-085a0b2 *//* Keep the table behaving like a table inside our section */
.fw-table table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

/* Undo WoodMart's mobile stacking */
.fw-table table, 
.fw-table thead, 
.fw-table tbody, 
.fw-table tr, 
.fw-table th, 
.fw-table td {
  display: table;       /* critical: reverts block-fied rows/cells */
  float: none !important;
}

/* Clean cell spacing and alignment */
.fw-table th, 
.fw-table td {
  padding: 12px 14px;
  vertical-align: top;
  border: 0;            /* remove theme borders if any */
  line-height: 1.4;
}

/* Make thumbnails consistent */
.fw-table td img {
  width: 64px;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin: 0;
}

/* Optional: a subtle row divider without the dark card look */
.fw-table tr + tr td {
  border-top: 1px solid var(--wd-border-color, #eaeaea);
}

/* If the section is inheriting a dark background from the theme */
.fw-table {
  background: transparent;
}/* End custom CSS */