HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/igennie.co.uk/public_html/wp-content/themes/blossom-coach/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;
            }
        }
    }
}