/* WallHall Dynamic Info Accordion Styles */
.wallhall-accordion-ad16077c {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fbfbfa;
    border: 1px solid #f0f0ee;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.wallhall-row-ad16077c {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Explicit button reset so WordPress global themes never leak styling */
button.wallhall-header-ad16077c {
    appearance: none !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: inherit !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    gap: 15px;
    margin: 0;
    padding: 24px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

button.wallhall-header-ad16077c:hover,
button.wallhall-header-ad16077c:focus,
button.wallhall-header-ad16077c:active {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* Chevron Alignment */
.wallhall-header-ad16077c.chevron-pos-left {
    flex-direction: row-reverse;
}

.wallhall-header-main-ad16077c {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}

.wallhall-icon-ad16077c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    transition: color 0.3s ease;
}

.wallhall-title-ad16077c {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.wallhall-badge-ad16077c {
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    line-height: 1.2;
    background-color: #f1f1f1;
    color: #333;
}

.wallhall-chevron-ad16077c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Chevron opened rotation */
.wallhall-row-ad16077c.is-open .wallhall-chevron-ad16077c {
    transform: rotate(180deg);
}

.wallhall-content-ad16077c {
    box-sizing: border-box;
}

.wallhall-divider-ad16077c {
    border-top: 1px solid #f0f0ee;
    margin: 0;
    width: 100%;
}

.wallhall-content-inner-ad16077c {
    line-height: 1.6;
    padding: 0 24px 24px 24px;
}

.wallhall-action-link-ad16077c {
    margin-top: 15px;
}

.wallhall-link-button-ad16077c {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    color: inherit;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.wallhall-link-button-ad16077c:hover {
    opacity: 0.8;
}
