main.fad-search-healthgrade {

    &.author {

        .fad-loading-section,
        .fad-widget-section,
        .fad-error-section {
            display: block !important;
            position: relative;
            border: 1px dotted black;
            margin-bottom: 10px;

            &::before {
                position: absolute;
                top: -10px;
                left: 10px;
                background-color: white;
            }
        }

        .fad-loading-section::before {
            content: "Loading Section";
        }

        .fad-widget-section {
            min-height: 200px;

            &::before {
                content: "Widget Section";
            }
        }

        .fad-error-section::before {
            content: "Error Section";
        }

        .aem-Grid {
            margin: 0;
        }
    }
}
