.support-page
    padding: 20px 0
.container
    max-width: 1200px
    width: 100%
    margin: 0 auto
    padding: 0 20px
.header
    margin-bottom: 40px
    h1
        font-size: 2.5em
        color: #2271b1
.section
    margin-bottom: 40px
    padding: 20px
    background-color: #fff
    border-radius: 8px
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)

    h2
        font-size: 1.8em
        margin-bottom: 15px
        color: #333
.documentation__section
    .grid-item
        position: relative
        &::before
            content: ""
            position: absolute
            height: 12px
            width: 12px
            border-right: 5px solid
            border-bottom: 5px solid
            border-color: #2271b1
            top: 0
            bottom: 0
            margin: auto
            right: -15px
            transform: rotate(-45deg)
        &:last-child
            &::before
                display: none
        a
            padding: 15px
            background-color: #f3f7fc
            border-radius: 8px
            text-decoration: none
            display: block
            height: 100%
            &:hover
                background-color: #ddecff
        h3
            font-size: 1.2em
            margin: 10px 0
        p
            margin: 0 0 10px
            color: #686868
            
.grid
    display: grid
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    gap: 20px


.cta
    margin-top: 20px
    a
        display: inline-block
        padding: 10px 20px
        color: #fff
        background-color: #2271b1
        border-radius: 5px
        text-decoration: none
        &:hover
            background-color: #005bb5
.faq-item
    margin-bottom: 10px
    background: #f3f7fd
    border-radius: 4px
    &:last-child
        margin: 0
    &:hover
        background-color: #ddecff
    &.active
        h3
            &::before
                transform: rotate(-135deg)
                top: 0
    h3
        font-size: 1.2em
        cursor: pointer
        color: #000
        margin: 0
        padding: 15px
        position: relative
        &::before
            content: ""
            position: absolute
            height: 8px
            width: 8px
            border-right: 2px solid
            border-bottom: 2px solid
            border-color: #2271b1
            top: -4px
            bottom: 0
            margin: auto
            right: 15px
            transform: rotate(45deg)
    p
        margin: 10px 0 0
    &__content
        display: none
        padding: 0 15px 15px
        margin-top: -5px
.contact-form
    label
        display: block
        margin-bottom: 5px
        font-weight: bold
    input,
    textarea
        width: 100%
        padding: 10px
        margin-bottom: 15px
        border: 1px solid #ccc
        border-radius: 5px
    button
        padding: 10px 20px
        color: #fff
        background-color: #2271b1
        border: none
        border-radius: 5px
        cursor: pointer
        &:hover
            background-color: #005bb5

.plugin-page
    .wrap 
        h1.wp-heading-inline
            font-weight: normal
            margin-bottom: 10px