.klaviyo-layout__notice-list-hide{
    display: none !important;
}

#wpcontent {
    padding-left: 0;
}

.wck-settings {
    width: 100%;
    margin: 0;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

.wck-content-wrapper {
    background-color: white;
    width: 100%;
    /*padding-top: 56px;*/
}

.wck-content {
    width: 90%;
    /*margin: 0 auto 0 auto;*/
    font-family: Proxima Nova, Arial, Helvetica, sans-serif;
    padding: 96px 0px 80px 36px;
    display: flex;
}

.wck-logo {
    margin-top: -16px;
}

.wck-content-wrapper .wck-content-subtitles {
    /*display: block;*/
    /*padding-left: 58px;*/
}

.wck-content-subtitles {
    font-family: Proxima Nova, Arial, Helvetica, sans-serif;
    width: 550px;
}

.wck-content-title {
    display: block;
    font-size: 30px;
    line-height: 32px;
    color: #373F47;
    padding-bottom: 16px;
}

.wck-content-subtitle {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #606A72;
}

.wck-content-subtitle a.subtitle-guide-link {
    text-decoration: none;
}

.connect-buttons {
    margin-top: 32px;
}

.connect-buttons .connect-button {
    display: flex;
    height: 32px;
    text-align: center;
}

a.button.button-primary {
    background: #2B98D3;
    border-radius: 2px;
    border-style: none;
    padding: 0px 16px;
    color: #FFFFFF;
    font-size: 14px;
}

a.button.button-primary:hover {
    background: #2B98D3;
}

a.button.create-account {
    border-color: white;
    text-align: center;
    padding: 0px 16px;
    margin-left: 16px;
    background: white;
    font-size: 14px;
    color: #2B98D3;
    border-style: none;
}

a.button.create-account:hover {
    background: white;
    border-style: none;
    color: #2B98D3;
}

a.button.wck-disabled,
a.button.wck-disabled:hover {
    /* background/neutral/subtle/disabled */
    background: #F3F6F7;
    /* border/primary/disabled */
    border: 1px solid #EAEDEF;
    border-radius: 4px;
    /* typography/link/disabled/base */
    color: #ACB0B4;
    cursor: default;
}

a.button.create-account.wck-disabled {
    /* typography/link/disabled/base */
    background: none;
    border: none;
}

.subtitle-guide-link {
    color: #2B98D3;
}

.wck-connect-wrapper {
    padding-left: 58px;
}

/* Notification Banners */
.wck-notification-wrapper {
    padding-bottom: 24px;
    margin-top: -32px;
}

.wck-notification {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    padding: 10px 10px 10px 12px;
    gap: 12px;
    width: 550px;
    left: 505px;
    top: 92px;
}

.wck-warning {
    /* background/caution/subtle/base */
    background: #FFF8C9;
    /* border/caution/subtle/base */
    border: 2px solid #F0C92D;
    border-radius: 4px;
}

.wck-error {
    /* background/negative/subtle/base */
    background: #FFF4F0;
    /* border/negative/subtle/base */
    border: 2px solid #FAC1B3;
    border-radius: 4px;
}

.wck-notification-icon-frame {
    /* Left Icon Frame */
    width: 20px;
    padding: 8px 0px;
}

/* Text Frame */
.wck-notification-text-frame {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 0px;
    gap: 10px;
    width: 90%;
}

/* Message */
.wck-notification-copy {
    /* UI2/emphasis */
    font-family: 'SF Pro', Proxima Nova, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 510;
    font-size: 14px;
    line-height: 20px;
    /* typography/primary/base */
    color: #1D1E20;
}

.second-notification {
    margin-top: 0px;
}

.wck-outbound-icon {
    margin-left: 4px;
    margin-bottom: -2px;
}
