.wpsocpr-header {
    background: #fff;
    margin: 0 0 20px -20px;
    border-bottom: 1px solid #ddd;
}
.notice {
    display: none;
}

#wpsocpr-notices .notice {
    display: block;
    margin-top: 15px;
}

.wpsocpr-header h1 {
    padding: 15px 20px;
    margin: 0;
    line-height: 1.3;
}

.wpsocpr-subnav {
    padding: 0 20px;
    border-top: 1px solid #ddd;
}
.wpsocpr-subnav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wpsocpr-subnav li {
    margin: 0 40px 0 0;
}
.wpsocpr-subnav a,
.wpsocpr-subnav a:visited {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.3;
    color: #777;
    text-decoration: none;
    padding: 16px 0 13px;
    border-bottom: 3px solid #fff;
}
.wpsocpr-subnav a:hover,
.wpsocpr-subnav a:active,
.wpsocpr-subnav a:focus {
    color: #333;
    outline: none;
    box-shadow: none;
}
.wpsocpr-subnav a.tab-active {
    color: #333;
    border-color: #0287c2;
}
.wpsocpr-subnav svg {
    width: 17px;
    height: 17px;
    margin-right: 7px;
    opacity: 0.7;
}
.wpsocpr-subnav svg path {
    fill: currentColor;
}
.wpsocpr-subnav .dashicons {
    margin-right: 7px;
}

.wpsocpr-setting-section {
    display: none;
}

#general_settings {
    display: block;
}

.wpsocpr-content {
    max-width: 1200px;
}

.wpsocpr-content .wpsocpr-preview img {
    max-width: 100%;
    height: auto;
}

.wpsocpr-content .wpsocpr-remove {
    margin-left: 5px;
    color: #d94f4f;
    border-color: #d94f4f;
}

.wpsocpr-content-settings {
    display: flex;
    justify-content: space-between;
}
.wpsocpr-content-settings-main {
    width: 100%;
}
.wpsocpr-content-settings-sidebar {
    flex-shrink: 0;
    width: 300px;
    margin-left: 50px;
}

.wpsocpr-settings-sidebar {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 15px 0 20px;
}

.wpsocpr-settings-sidebar h3 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
}

.wpsocpr-settings-sidebar ul {
    list-style: disc;
    padding-left: 15px;
    margin: 1em 0;
}
