HEX
Server: LiteSpeed
System: Linux premium267.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: predezso (1249)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/predezso/alwaysgaia.com/wp-content/themes/vilva/src/scss/_plugins.scss
.cw-plugin-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;

    .cw-plugin-list {
        background-color: $white-color;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .plugin-detail {
            padding: 24px 24px 8px;

            .cw-plugin-title {
                display: flex;
                gap: 12px;
                margin-bottom: 16px;
                align-items: center;

                svg {
                    max-width: 40px;
                }
                .cwLabel{
                    width: 100%;
                }
            }

            .description {
                color: $secondary-font-color;
            }
        }

        .insert-button {
            padding: 16px 24px;
            border-top: 1px solid $border-color;

            button {
                padding: 8px 32px;
                line-height: 2;
            }
        }
    }
}