#docs-heading1 {
font-size: 36px;
line-height: 44px;
margin-bottom: 20px;
}
#docs-heading2 {
font-size: 26px;
line-height: 34px;
margin-bottom: 15px;
}
.docs-heading1 {
font-size: 36px;
line-height: 44px;
margin-bottom: 20px;
}
.docs-heading2 {
font-size: 26px;
line-height: 34px;
margin-bottom: 15px;
}
#flowFaqWrapper {
padding: 0 !important;
background: transparent !important;
} #flowFaqWrapper .faq-item {
background: #ffffff !important;
border-radius: 14px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
margin-bottom: 20px !important;
overflow: hidden !important;
transition: all 0.25s ease !important;
border: none !important;
padding: 0 !important;
}
#flowFaqWrapper .faq-item:hover {
box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
} #flowFaqWrapper .faq-header {
padding: 22px 28px !important;
background: #f8f9fb !important;
cursor: pointer !important;
display: flex !important;
align-items: center !important;
transition: background 0.25s ease !important;
} #flowFaqWrapper .faq-header h3 {
margin: 0 !important;
font-family: var(--font-body-family) !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #1e3a5f !important;
flex: 1 !important;
line-height: 1.5 !important;
} #flowFaqWrapper .faq-item.active .faq-header {
background: rgba(0,122,255,0.08) !important;
}
#flowFaqWrapper .faq-item.active .faq-header h3 {
color: #007aff !important;
} #flowFaqWrapper .faq-icon {
all: unset !important;
margin-left: auto !important;
position: relative !important;
width: 18px !important;
height: 18px !important;
} #flowFaqWrapper .faq-icon::before {
content: "▾";
font-size: 16px;
color: #1e3a5f;
transition: transform 0.3s ease;
}
#flowFaqWrapper .faq-item.active .faq-icon::before {
transform: rotate(180deg);
} #flowFaqWrapper .faq-icon {
font-size: 0 !important;
} #flowFaqWrapper .faq-content {
padding: 22px 28px 28px !important;
font-family: var(--font-body-family) !important;
font-size: 15px !important;
line-height: 1.8 !important;
color: #334155 !important;
display: none !important;
}
#flowFaqWrapper .faq-item.active .faq-content {
display: block !important;
}
.docs-gs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.docs-gs-card {
background: #fff;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
display: flex;
flex-direction: row;
}
.docs-gs-card img {
display: block;
object-fit: cover;
height: 300px;
width: 300px;
}
.docs-gs-card-content {
padding: 20px;
align-content: center;
}
.docs-gs-card-content h4 {
margin-top: 0;
}
.docs-gs-card-content ul {
padding-left: 18px;
}
.startplus-details summary {
list-style: none;
cursor: pointer;
flex-direction: column;
border-radius: 12px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-top: 60px;
}
.startplus-summary {
border: 2px solid #ddd;
border-radius: 12px;
padding: 12px;
text-align: center;
margin-bottom: 12px;
}
.startplus-summary img {
width: 100%;
display: block;
margin: 0 auto 6px;
}
.startplus-summary span {
font-size: 0.85rem;
}
.startplus-details details {
margin-bottom: 40px;
}