.easy-film-faq-main-title {
margin-top: 0;
margin-bottom: 24px;
font-size: 2rem;
font-weight: 500;
text-align: center;
color: #000000;
line-height: 1.3;
}
.easy-film-faq-container {
width: 100%;
max-width: 100%;
margin: 0 auto;
box-sizing: border-box;
}
.easy-film-faq-item {
background-color: #ffffff;
border-radius: 4px;
margin-bottom: 12px;
border: 1px solid #eaeaea;
box-shadow: none;
overflow: hidden;
transition: all 0.25s ease-in-out;
}
.easy-film-faq-item:hover {
box-shadow: none;
border-color: #d8d8d8;
}
.easy-film-faq-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 24px;
cursor: pointer;
user-select: none;
background: transparent;
transition: background-color 0.2s ease;
}
.easy-film-faq-header:focus {
outline: 2px solid #5ED400;
outline-offset: -2px;
}
.easy-film-faq-title {
margin: 0;
padding: 0;
font-size: 1.1rem;
font-weight: 600;
color: #000000;
line-height: 1.4;
flex-grow: 1;
padding-right: 16px;
}
.easy-film-faq-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
flex-shrink: 0;
color: #5ED400;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.easy-film-faq-icon svg {
width: 18px;
height: 18px;
fill: currentColor;
stroke: currentColor;
stroke-width: 0.5;
}
.easy-film-faq-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
padding: 0 24px;
color: #7A7A7A;
font-size: 0.98rem;
line-height: 1.6;
}
.easy-film-faq-content-inner {
padding-bottom: 20px;
padding-top: 4px;
color: #7A7A7A;
}
.easy-film-faq-content-inner p {
color: #7A7A7A;
margin-top: 0;
margin-bottom: 12px;
}
.easy-film-faq-content-inner p:last-child {
margin-bottom: 0;
} .easy-film-faq-item.is-active .easy-film-faq-header {
border-bottom: 1px solid #eaeaea;
}
.easy-film-faq-item.is-active .easy-film-faq-icon {
transform: rotate(180deg);
}
.easy-film-faq-item.is-active .easy-film-faq-content {
max-height: 2000px;
}
.easy-film-faq-item.is-active .easy-film-faq-content-inner {
padding-top: 16px;
}
.easy-film-faq-empty {
padding: 20px;
text-align: center;
background: #ffffff;
border-radius: 4px;
color: #7A7A7A;
border: 1px dashed #ccc;
}