HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/tepnot/public_html/wp-content/plugins/newsletter/main/css/automation.css
#tnp-body .tnp-promo-widgets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 2rem;
    margin-top: 2rem;
}

#tnp-body .tnp-promo-widget {
    background-color: #fff;
    border: 1px solid #ddd;
    /*box-shadow: 0px 0px 3px #999;*/
    padding: 1rem;
    min-width: 200px;
    padding-bottom: 3rem;
    position: relative;
}

#tnp-body .tnp-promo-widget h3 {
    margin-top: 0;
    font-weight: normal;
    color: #000;
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}

#tnp-body .tnp-promo-widget h4 {
    margin-top: 0;
    font-weight: normal;
    color: #444;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}

#tnp-body .tnp-ctas {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

#tnp-body .tnp-cta {
    background-color: var(--tnp-blue-dark);
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
    margin-right: 1rem;
}

#tnp-body .tnp-cta:hover {
    background-color: var(--tnp-blue);
    color: #fff;
}

#tnp-body .tnp-cta.tnp-cta-green {
    background-color: var(--tnp-green-dark);
}
#tnp-body .tnp-cta.tnp-cta-green:hover {
    background-color: var(--tnp-green);
}