/** Specification Common */
.wdt-specifications-holder .wdt-content-item > .wdt-specification-block > div:not(:last-child), 
.wdt-specifications-holder .wdt-content-item > .wdt-specification-block > .wdt-content-media-group > div:not(:last-child), 
.wdt-specifications-holder .wdt-content-item > .wdt-specification-block > .wdt-content-detail-group > div:not(:last-child), 
.wdt-specifications-holder .wdt-content-item > .wdt-specification-block > .wdt-content-elements-group > div:not(:last-child) { 
    margin-bottom: 20px; 
}

.wdt-specifications-holder .wdt-content-item > .wdt-specification-block > .wdt-content-detail-group > .wdt-content-title + .wdt-content-subtitle {
    margin-top: -10px; }

.wdt-specifications-holder .wdt-content-item { height: 100%; }

.wdt-specifications-holder .wdt-specification-block > div.wdt-content-detail-group > div.wdt-content-spec-group.item-inline { 
    display: flex; gap: 6px 28px; flex-wrap: wrap; }

.wdt-content-spec-group.item-block > div:not(:last-child) { margin: 0 0 4px; }

.wdt-specifications-holder .wdt-specification-block .wdt-content-image-wrapper img { 
    width: 100%; height: 100%; object-fit: cover; object-position: center; }


/** Specification Title */
.wdt-specifications-holder .wdt-specification-block .wdt-content-title h4 { margin: 0; }

/** 
    * Specification Icon 
*/

.wdt-specification-block .wdt-content-icon-wrapper .wdt-content-icon { font-size: 40px; width: 60px; height: 60px;
    color: var(--wdt-elementor-color-accent); display: inline-flex; justify-content: center; align-items: center; }