/* Admin styles for Plugin - Disable FLoC Easily */

.wg-wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.wg-p-header {
    margin: 20px 0;
    padding: 0 40px;
    background: white;
}

.wg-p-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wg-p-header-left {
    position: relative;
    color: blue;
}

.wg-p-header-left .dashicons {
    position: absolute;
    top: 20px;
    font-size: 30px;
}

.wg-p-header-left h3 {
    margin-left: 40px;
    font-size: 25px;
    text-transform: uppercase;
}

.wg-p-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wg-p-inner {
    flex-grow: 3;
    margin-right: 10px;
    padding: 40px;
    background: white;
}

.wg-p-sidebar {
    flex-grow: 1;
    margin-left: 10px;
}

.wg-affiliate-links {
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px 1px #c5bebe;
}

.wg-affiliate-links h3 {
    font-size: 22px;
    margin-top: 0;
}

@media only screen and ( max-width: 780px ) {
    .wg-p-header-inner,
    .wg-p-body {
        flex-direction: column;
        align-items: unset;
    }

    .wg-p-header-right {
        display: none;
    }

    .wg-p-inner {
        margin-right: 0%;
        margin-bottom: 30px;
    }

    .wg-p-sidebar {
        margin-left: 0%;
    }
}