/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.section-title {
    font-size: 1.4rem;
    margin-top: 2rem;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.5rem;
}

.woo-row {
    margin-bottom: 1.2em;
    display: flex;
    flex-direction: column;
}

.woo-row label {
    font-weight: 600;
    margin-bottom: 0.3em;
}

.woo-row input[type="text"],
.woo-row input[type="email"],
.woo-row input[type="date"],
.woo-row textarea,
.woo-row select {
    padding: 0.5em;
    font-size: 1rem;
    width: 100%;
    max-width: 500px;
}

.woo-row input[type="checkbox"] {
    margin-right: 0.5em;
    vertical-align: middle;
}

.accordion {
    margin-top: 2em;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.accordion-title {
    padding: 1em;
    background: #eee;
    cursor: pointer;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding: 1em;
    background: #fafafa;
}
