.elementor-widget-spaceworks_faq_accordion {
    width: 100%;
}
.elementor-widget-spaceworks_faq_accordion .elementor-widget-container {
    width: 100%;
}

.spaceworks-faq-accordion-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.spaceworks-faq-item {
    border: 1px solid #e1e1e1; /* Default, can be overridden by Elementor */
    margin-bottom: 0px; 
    transition: all 0.3s ease;
    overflow: hidden; 
    width: 100%;
    display: block;
}

.spaceworks-faq-question {
    cursor: pointer;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.spaceworks-faq-question.icon-align-left {
    justify-content: flex-start;
}

.faq-icon-wrapper {
    flex-shrink: 0;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.faq-icon-wrapper svg {
    width: 15px; 
    height: auto; 
    fill: currentColor;
}

.faq-icon-wrapper i {
    font-size: 15px;
}

.faq-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    flex-grow: 1; /* Pushes right-aligned icon to the edge */
}

.spaceworks-faq-answer {
    display: none;
    padding: 20px 15px;
    color: #555;
}

.faq-answer-inner {
    font-size: 1rem;
    line-height: 1.6;
}

.faq-answer-inner p {
    margin-top: 0;
    margin-bottom: 1em;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}
