
    .cozylil-promo-wrapper {
        max-width: 1000px;
        margin: 10px auto;
        padding: 15px;
        box-sizing: border-box;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .cozylil-promo-container {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        display: flex;
        flex-direction: column; 
    }
    
    .promo-image-box {
        width: 100%;
        position: relative;
        padding-top: 60%; 
        background: url('//ueeshop.ly200-cdn.com/u_file/UPBH/UPBH988/2604/13/photo/1000x1000.png') center/cover no-repeat;
    }
    
    .promo-content-box {
        padding: 30px 25px 40px;
        text-align: left;
    }
    
    .promo-tag-yellow {
        display: inline-block;
        background: #fecb2e;
        color: #000;
        padding: 5px 15px;
        border-radius: 50px;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .promo-content-box h1 {
        font-size: 24px; 
        color: #000;
        margin: 0 0 15px 0;
        line-height: 1.2;
        font-weight: bold;
    }
    
    .promo-content-box p {
        font-size: 14px;
        color: #666;
        margin-bottom: 25px;
    }
    
    .promo-steps-list {
        margin-bottom: 30px;
    }
    .step-item-row {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .step-circle {
        width: 22px;
        height: 22px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        margin-right: 12px;
        flex-shrink: 0;
    }
    .step-label {
        font-size: 14px;
        color: #333;
    }

    .promo-black-btn {
        display: block;
        width: 100%;
        background: #000;
        color: #fff !important;
        padding: 16px;
        border-radius: 50px;
        text-decoration: none !important;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        box-sizing: border-box;
        transition: 0.3s;
    }
    .promo-black-btn:hover {
        background: #fecb2e;
        color: #000 !important;
    }
    
    .promo-sub-note {
        margin-top: 15px;
        font-size: 11px;
        color: #999;
        text-align: center;
    }

    @media (min-width: 769px) {
        .cozylil-promo-container { flex-direction: row; }
        .promo-image-box { width: 50%; padding-top: 0; min-height: 550px; }
        .promo-content-box { width: 50%; padding: 60px; }
        .promo-content-box h1 { font-size: 34px; }
    }
