.swcnl_1_wrap {
    width: 100%;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.swcnl_1_form {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.swcnl_1_field {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
}

.swcnl_1_email_input {
    display: block;
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0 112px 0 18px;
    border: 2px solid #dddddd;
    border-radius: 999px;
    background: #ffffff;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.swcnl_1_email_input:focus {
    border-color: #52a916;
    box-shadow: 0 0 0 3px rgba(82, 169, 22, 0.16);
}

.swcnl_1_email_input::placeholder {
    color: #888888;
    opacity: 1;
}

.swcnl_1_submit_btn {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    display: block !important;
    width: 94px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #52a916 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    text-align: center !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    z-index: 5 !important;
}

.swcnl_1_submit_btn:hover {
    background: #438d12;
    color: #ffffff;
}

.swcnl_1_submit_btn:active {
    transform: scale(0.98);
}

.swcnl_1_message {
    display: none;
    margin: 8px 0 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.swcnl_1_message.swcnl_1_is_visible {
    display: block;
}

.swcnl_1_message.swcnl_1_is_success {
    color: #198754;
}

.swcnl_1_message.swcnl_1_is_warning {
    color: #b7791f;
}

.swcnl_1_message.swcnl_1_is_error {
    color: #d71920;
}

@media (max-width: 480px) {
    .swcnl_1_field {
        height: 48px;
    }

    .swcnl_1_email_input {
        height: 48px;
        min-height: 48px;
        padding-right: 104px;
        font-size: 14px;
        line-height: 48px;
    }

    .swcnl_1_submit_btn {
        top: 5px;
        right: 5px;
        width: 88px;
        height: 38px;
        min-height: 38px;
        font-size: 13px;
        line-height: 38px;
    }
}


.swcnl_1_submit_btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.swcnl_1_message {
    display: none;
    margin: 8px 0 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.swcnl_1_message.swcnl_1_is_visible {
    display: block;
}

.swcnl_1_message.swcnl_1_is_success {
    color: #198754;
}

.swcnl_1_message.swcnl_1_is_warning {
    color: #b7791f;
}

.swcnl_1_message.swcnl_1_is_error {
    color: #d71920;
}


.swcnl_1_wrap {
    position: relative;
    overflow: visible;
}

.swcnl_1_attention_badge {
    position: relative;
    margin: -4px 0 14px;
    text-align: center;
}

.swcnl_1_attention_badge_text {
    display: inline-block;
    background: linear-gradient(135deg, #d60000, #ff2a2a);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(214, 0, 0, 0.32);
    transform: rotate(-2deg);
    animation: swcnlPulseBadge 1.6s infinite;
}

.swcnl_1_attention_box {
    background: #fff3f3;
    border: 2px dashed #e00000;
    border-radius: 12px;
    padding: 12px 14px;
    margin: 0 0 14px;
    text-align: center;
    color: #222222;
}

.swcnl_1_attention_box strong {
    display: block;
    color: #c40000;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 4px;
}

.swcnl_1_attention_box span {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

@keyframes swcnlPulseBadge {
    0% {
        transform: rotate(-2deg) scale(1);
    }

    50% {
        transform: rotate(-2deg) scale(1.045);
    }

    100% {
        transform: rotate(-2deg) scale(1);
    }
}












/* kolorowanie wstawienie własnego artykułu pod artykułem w artykule  */









.sw-redakcja-cta {
    position: relative;
    margin: 36px 0;
    padding: 3px;
    border-radius: 20px;
    background: linear-gradient(135deg, #52a916 0%, #111111 55%, #52a916 100%);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.sw-redakcja-cta::before {
    content: "";
    position: absolute;
    inset: -60px;
    background:
            radial-gradient(circle at 20% 20%, rgba(255,255,255,0.22), transparent 24%),
            radial-gradient(circle at 80% 80%, rgba(82,169,22,0.34), transparent 28%);
    opacity: 0.75;
    pointer-events: none;
}

.sw-redakcja-cta-badge {
    position: absolute;
    top: 18px;
    left: -42px;
    z-index: 2;
    width: 210px;
    padding: 8px 10px;
    transform: rotate(-14deg);
    background: #e00000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    box-shadow: 0 8px 18px rgba(224, 0, 0, 0.35);
}

.sw-redakcja-cta-content {
    position: relative;
    z-index: 1;
    border-radius: 17px;
    padding: 34px 28px 30px;
    background:
            linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,255,244,0.96));
    text-align: center;
}

.sw-redakcja-cta-content h3 {
    margin: 0 0 12px;
    color: #111111;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 900;
}

.sw-redakcja-cta-content p {
    max-width: 820px;
    margin: 0 auto 22px;
    color: #333333;
    font-size: 17px;
    line-height: 1.6;
}

.sw-redakcja-cta-content strong {
    color: #52a916;
    font-weight: 900;
}

.sw-redakcja-cta-button {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 9px;
    background: #52a916;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 22px rgba(82, 169, 22, 0.34);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.sw-redakcja-cta-button:hover {
    background: #438d12;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(82, 169, 22, 0.42);
}

@media (max-width: 640px) {
    .sw-redakcja-cta {
        margin: 28px 0;
    }

    .sw-redakcja-cta-badge {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        transform: none;
        border-radius: 17px 17px 0 0;
    }

    .sw-redakcja-cta-content {
        padding: 24px 18px;
    }

    .sw-redakcja-cta-content h3 {
        font-size: 23px;
    }

    .sw-redakcja-cta-content p {
        font-size: 15px;
    }

    .sw-redakcja-cta-button {
        width: 100%;
        box-sizing: border-box;
    }
}