/** 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 0px; 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-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(--wdtLinkHoverColor);
}

.wdt-specification-block.wdt_type_1 .wdt-content-spec-group .wdt-content-spec-items {
    font-size: var(--wdtFontSize_H5);
    white-space: nowrap;
    border-right: 1px solid var(--wdtBorderColor);
    padding-right: 20px;
    margin-right: 20px;
}

.wdt-specification-block.wdt_type_1 .wdt-content-spec-group .wdt-content-spec-items:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.wdt-specification-block.wdt_type_1 .wdt-content-spec-group .wdt-content-spec-items:nth-of-type(2)  {
    font-weight: var(--wdtFontWeight_Base);
}

.wpcf7-form .wdt-contact-form .wpcf7-form-control-wrap {
    margin-bottom: clamp(1.875rem, 1.8053rem + 0.3185vw, 2.1875rem);
}

.wpcf7-form .wdt-contact-form .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) .select2-container--default .select2-selection {
    border-color: #FF1D1D !important;
}

.wpcf7-form .wdt-contact-form label > .wpcf7-form-control-wrap {
    margin-top: clamp(0.9375rem, 0.8678rem + 0.3185vw, 1.25rem);
}

