.cdgw-login-notice {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 30px 0 34px;
    padding: 26px 30px;
    background: #f9f6f0;
    border: 1px solid rgba(174, 136, 53, 0.28);
    border-left: 4px solid #ae8835;
    border-radius: 0;
    box-shadow: 0 14px 34px rgba(11, 51, 91, 0.06);
}

.cdgw-login-notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background: #ae8835;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.cdgw-login-notice-content { min-width: 0; }

.cdgw-login-notice-content h3 {
    margin: 0 0 8px;
    color: #00214d;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
}

.cdgw-login-notice-content p {
    margin: 0;
    color: #29384a;
    font-size: 16px;
    line-height: 1.65;
}

.swpm-login-widget-logged .swpm-logged-username-value.cdgw-member-realname {
    display: block;
    color: #00214d;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 28px !important;
    font-weight: 400;
    line-height: 1.22;
    overflow-wrap: anywhere;
}

.swpm-login-widget-logged .swpm-logged-username {
    margin: 0 0 14px !important;
    padding: 0 0 14px !important;
}

.swpm-login-widget-logged .swpm-logged-username-label {
    margin-bottom: 5px !important;
}

.swpm-login-widget-logged .cdgw-newsfeed-toggle {
    width: 100%;
    box-sizing: border-box;
    margin: 12px 0 0 !important;
    padding: 12px 0 0 !important;
    border-top: 1px solid rgba(174, 136, 53, 0.42);
    font-family: "Lato", Arial, sans-serif;
}

.swpm-login-widget-logged .cdgw-newsfeed-label {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.swpm-login-widget-logged .cdgw-newsfeed-label > span {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

.swpm-login-widget-logged .cdgw-newsfeed-label input[type="checkbox"] {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: 1px 0 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #ae8835;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
}

.swpm-login-widget-logged .cdgw-newsfeed-label input[type="checkbox"]:hover {
    border-color: #00214d;
}

.swpm-login-widget-logged .cdgw-newsfeed-label input[type="checkbox"]:checked {
    background: #00214d;
    border-color: #00214d;
}

.swpm-login-widget-logged .cdgw-newsfeed-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.swpm-login-widget-logged .cdgw-newsfeed-label input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(174, 136, 53, 0.22), 0 0 0 1px #ae8835;
}

.swpm-login-widget-logged .cdgw-newsfeed-label input[type="checkbox"]:disabled {
    opacity: .55;
    cursor: wait;
}

.swpm-login-widget-logged .cdgw-newsfeed-title {
    display: block;
    margin: 0;
    color: #00214d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.swpm-login-widget-logged .cdgw-newsfeed-text {
    display: block;
    margin-top: 4px;
    color: #5a6674;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.swpm-login-widget-logged .cdgw-newsfeed-feedback {
    min-height: 20px;
    margin: 9px 0 0 35px;
    color: #627080;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.swpm-login-widget-logged .swpm-logout-button { margin-top: 0 !important; margin-bottom: 0 !important; }

.swpm-login-widget-logged .swpm-logged-username,
.swpm-login-widget-logged .swpm-logged-status,
.swpm-login-widget-logged .swpm-logged-logout-link {
    margin-bottom: 0 !important;
}

.swpm-login-widget-logged .cdgw-member-realname .cdgw-member-realname { display: none !important; }

@media (max-width: 768px) {
    .cdgw-login-notice { gap: 14px; padding: 22px; }
    .cdgw-login-notice-content h3 { font-size: 22px; }
    .swpm-login-widget-logged .swpm-logged-username-value.cdgw-member-realname { font-size: 24px !important; }
    .swpm-login-widget-logged .cdgw-newsfeed-toggle { margin-top: 10px; padding-top: 10px; }
    .swpm-login-widget-logged .cdgw-newsfeed-title { font-size: 15px; }
    .swpm-login-widget-logged .cdgw-newsfeed-text { font-size: 12px; }
}
