/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child Theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Custom CSS di bawah ini */
/* HEIGHT SEARCH BOX */
.e-search-form {
    min-height: 35px !important;
    height: 35px !important;
}

/* INPUT */
.e-search-input {
    height: 35px !important;
    min-height: 35px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px;
}

/* BUTTON */
.e-search-submit {
    height: 35px !important;
    min-height: 35px !important;
    padding: 0 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* OPTIONAL: RAPATKAN */
.e-search {
    --e-search-input-padding-block-start: 0px;
    --e-search-input-padding-block-end: 0px;
}
/* WOOCOMMERCE ADDITIONAL INFORMATION TABLE */

.woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    text-align: left !important;
    vertical-align: middle !important;
    padding: 16px 20px !important;
    line-height: 1.5;
}

/* TITLE COLUMN */
.woocommerce-product-attributes th {
    width: 25%;
    font-weight: 600;
}

/* REMOVE DEFAULT P MARGIN */
.woocommerce-product-attributes td p {
    margin: 0 !important;
}

/* TABLE BORDER */
.woocommerce-product-attributes tr {
    border-bottom: 1px solid #dcdcdc;
}