/** 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; }

/* Type - 1 */
.wdt-specification-block.wdt_type_1 .wdt-content-icon-wrapper .wdt-content-icon { width: 56px; height:56px;
    color: var(--wdt-elementor-color-accent); display: inline-flex; justify-content: center; align-items: center;  border-radius: var(--wdtRadius_Full); font-size:30px;}

.wdt-dark-bg .wdt-specification-block.wdt_type_1 .wdt-content-icon-wrapper .wdt-content-icon{
    color: var(--wdtAccentTxtColor);
    border: 1px solid rgba(var(--wdtAccentTxtColorRgb), 0.1);
    background-color: rgba(var(--wdtAccentTxtColorRgb),0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.wdt-specification-block.wdt_type_1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wdt-specifications-holder .wdt-content-item > .wdt-specification-block.wdt_type_1 > div:not(:last-child){
    margin-bottom: 0;
}
.wdt-specification-block.wdt_type_1 .wdt-content-icon-wrapper{
    margin-right: 16px;
}
.wdt-specification-block.wdt_type_1 .wdt-content-title h3{
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
}
.wdt-specifications-holder .wdt-content-item > .wdt-specification-block.wdt_type_1 > .wdt-content-detail-group > div:not(:last-child){
    margin-bottom:2px;
}
.wdt-dark-bg .wdt-specification-block.wdt_type_1 .wdt-content-spec-group a{
    color: var(--wdtBorderColor);
}
.wdt-specification-block.wdt_type_1 .wdt-content-spec-group a:hover{
    color: rgba(var(--wdtAccentTxtColorRgb), 0.7);
}

/* Type-2 */

.wdt-specification-block.wdt_type_2 {display: flex; gap: 24px;}
.wdt-specification-block.wdt_type_2 .wdt-content-icon-wrapper{margin: 0 !important;}
.wdt-specification-block.wdt_type_2 .wdt-content-icon-wrapper .wdt-content-icon {
    height: 70px;
    width: 70px;
    font-size: var(--wdtFontSize_H4);
    background-color: var(--wdtBodyBGColor);
}
.wdt-specification-block.wdt_type_2 .wdt-content-title .wdt-title-clone{ font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem); /* Min-20 & Max-24 */ text-transform: capitalize; line-height: 1; }
.wdt-specification-block.wdt_type_2 .wdt-content-spec-group .wdt-content-spec-items,
.wdt-specification-block.wdt_type_2 .wdt-content-spec-group .wdt-content-spec-items > a{color: var(--wdtBodyTxtColor); letter-spacing: var(--wdtLetterSpacing_1X);transition: var(--wdt-Ad-Transition);}
.wdt-specification-block.wdt_type_2 .wdt-content-spec-group .wdt-content-spec-items > a:hover{ color: var(--wdtPrimaryColor);}
.wdt-specification-block.wdt_type_2 .wdt-content-spec-group .wdt-content-spec-items{line-height: var(--wdtLineHeight_Base);}
.wdt-default-item:not(:last-child) .wdt-specification-block.wdt_type_2{margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgb(var(--wdtBorderColorRgb), 0.2);}
.wdt-specification-block.wdt_type_2 > .wdt-content-detail-group .wdt-content-title{margin-bottom: 10px !important;}
.wdt-specification-block.wdt_type_2 .wdt-content-spec-group.item-block > div:not(:last-child){ margin: 0 0 6px;}