/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* === PREMIUM SECURE CHECKOUT BOX (FORCED LOAD) === */

.tnl-box {
    margin: 25px 0;
    padding: 22px 26px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    max-width: 560px;
}

.tnl-box-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.tnl-box-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0d6efd, #1d4ed8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35);
}

.tnl-box-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tnl-box-list li {
    margin-bottom: 4px;
    padding-left: 5px;
}

.tnl-box-sub {
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
}
