/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
<style>
    .accordion-wrapper {
        margin: 20px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
    }
    .accordion-toggle {
        background: #f7f7f7;
        padding: 12px 20px;
        font-weight: bold;
        font-size: 16px;
        width: 100%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .accordion-icon {
        margin-right: 10px;
    }
    .accordion-label {
        flex: 1;
        text-align: center;
    }
    .accordion-arrow {
        transition: transform 0.3s ease;
    }
    .accordion-content {
        padding: 15px;
        background: #fff;
        border-top: 1px solid #ccc;
    }
    .spec-table {
        width: 100%;
        border-collapse: collapse;
    }
    .spec-table td {
        padding: 10px;
        border: 1px solid #eee;
    }
    .spec-label {
        width: 30%;
        font-weight: 600;
        background-color: #f9f9f9;
    }
    </style>

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}