/** 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::before {     
    content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; 
    -webkit-border-radius: inherit; border-radius: inherit; z-index: 0; margin: auto; }

.wdt-specifications-holder .wdt-content-item > .wdt-specification-block > div { position: relative; z-index: 1; }
.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; }
.wdt-specifications-holder .wdt-content-item .wdt-specification-block.wdt_type_1 .wdt-content-detail-group .wdt-content-description p strong:first-child {flex: 0 0 max-content;}

/** 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: var(--wdtFontSize_H3); width: 60px; height: 60px;
    color: var(--wdt-elementor-color-accent); display: inline-flex; justify-content: center; align-items: center; }

/*  Specification Vertical */
.wdt-specifications-holder .swiper-vertical {
    margin-bottom: 20px;
}
/* Type 1 */
.wdt-specifications-holder .wdt-specification-block.wdt_type_1 {
    display: flex; flex-wrap: wrap; gap: 13px 17px;
 }
 .wdt-specifications-holder .wdt-content-item > .wdt-specification-block.wdt_type_1 > div:not(:last-child){
    margin-bottom: 0;
 }
.wdt-specifications-holder .wdt-content-item > .wdt-specification-block.wdt_type_1 > .wdt-content-detail-group > div:not(:last-child){
    margin-bottom: 5px;
}
.wdt-specifications-holder .wdt-specification-block.wdt_type_1 .wdt-content-icon{
    width: 55px;
    height: 55px;
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    font-size: var(--wdtFontSize_H5);
 }
.wdt-specifications-holder .wdt-specification-block.wdt_type_1 .wdt-content-subtitle{
    color: var(--wdtBodyTxtColor);
    line-height: 1;
    font-size: calc(var(--wdtFontSize_Base) - 2px);
 }

 .wdt-specifications-holder .wdt-content-item > .wdt-specification-block > div.wdt-content-detail-group { 
    display: inline-flex; flex-flow: column nowrap; gap: 5px; align-items: flex-start; justify-content: center; }

.wdt-specification-block.wdt_type_1 .wdt-content-spec-group .wdt-content-spec-items{
    font-size: clamp(1.125rem, 1.0921rem + 0.1316vw, 1.25rem); /* Min-18 & Max-20 */ font-weight: var(--wdtFontWeight_Alt); line-height: 1; }
.wdt-specification-block.wdt_type_1 .wdt-content-spec-group .wdt-content-spec-items ,
.wdt-specification-block.wdt_type_1 .wdt-content-spec-group .wdt-content-spec-items > a{ color: var(--wdtHeadAltColor); }
.wdt-specification-block.wdt_type_1 .wdt-content-spec-group .wdt-content-spec-items > a:hover{ color: var(--wdtPrimaryColor); }

@media (max-width: 479px) {
    .wdt-specifications-holder .wdt-specification-block.wdt_type_1 .wdt-content-icon { width: 48px; height: 48px; }
}