/*
|--------------------------------------------------------------------------
| GENERATOR
|--------------------------------------------------------------------------
*/

.blp-generator{
    background:#f5f7fb;
    color:#222;
}

.blp-generator *{
    box-sizing:border-box;
}

.blp-generator label{
    display:block;
    margin-bottom:8px;
    font-weight:700;
}

.blp-generator select{
    width:100%;
    padding:12px 14px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fff;
    font-size:15px;
    margin-bottom:15px;
    outline:none;
}

.blp-generator select:focus{
    border-color:#16a34a;
}

.blp-preview-image{

    width:100%;
    height:auto;
    display:block;
    border-radius:10px;

}

/*==================================================
FEED LAYOUT
==================================================*/

.blp-size-feed{

    width:1080px;
    height:1080px;
    max-width:100%;

}

.blp-feed-wrap{

    display:flex;
    flex-direction:column;
    height:100%;

}

.blp-feed-image{

    position:relative;

    flex:0 0 52%;

    overflow:hidden;

}

/*=========================================
WATERMARK
=========================================*/

.blp-feed-watermark{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%) rotate(-18deg);

    width:120%;

    text-align:center;

    font-size:42px;

    font-weight:800;

    letter-spacing:3px;

    color:#ffffff;
    
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000,
         0 2px 6px rgba(0,0,0,.45);

    opacity:.90;

    pointer-events:none;

    user-select:none;

    white-space:nowrap;

    z-index:5;

}

.blp-feed-image img{

    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
    background:#fff;

}

.blp-size-feed .blp-banner-image img{

    object-fit:cover;
    object-position:center center;

}

.blp-feed-content{

    flex:1;

    padding:40px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

}

.blp-feed-badge{

    display:inline-block;

    align-self:center;

    padding:10px 18px;

    border-radius:30px;

    background:var(--primary);

    color:#fff;

    font-size:18px;

    font-weight:700;

    margin-bottom:20px;

}

.blp-feed-title{

    font-size:44px;

    line-height:1.3;

    font-weight:800;

    margin-bottom:18px;

    text-align:center;

}

.blp-feed-product-desc{

    font-size:22px;

    line-height:1.7;

    color:#555;

    margin-bottom:20px;

    text-align:center;

}

.blp-feed-desc{

    font-size:22px;

    line-height:1.7;

    margin-bottom:25px;

    text-align:center;

}

/*=========================================
BOTTOM
=========================================*/

.blp-feed-bottom{

    width:100%;

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:40px;

    margin-top:20px;

}

/*=========================================
LIST
=========================================*/

.blp-feed-list{

    flex:1;

    margin:0;

    padding-left:24px;

    text-align:left;

    font-size:22px;

    line-height:1.9;

}

/*=========================================
ACTION
=========================================*/

.blp-feed-action{

    width:340px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

}

/*=========================================
BUTTON
=========================================*/

.blp-feed-button{

    display:inline-block;

    padding:18px 36px;

    border-radius:40px;

    background:var(--primary);

    color:#fff;

    text-decoration:none;

    font-size:24px;

    font-weight:700;

}

/*=========================================
URL
=========================================*/

.blp-feed-url{

    margin-top:18px;

    width:100%;

    text-align:center;

    font-size:16px;

    opacity:.75;

    word-break:break-word;

}


/*==========================================================
BIOINK PRO
BANNER GENERATOR V2
GLOBAL FOUNDATION
==========================================================*/

:root{

    --primary:#16a34a;
    --secondary:#0f7d38;

    --bg:#ffffff;
    --bg2:#f8fafc;

    --text:#1f2937;
    --text-light:#6b7280;

    --radius:22px;

    --shadow:
        0 18px 45px rgba(0,0,0,.12);

}

/*==========================================================
RESET
==========================================================*/

.blp-generator,
.blp-generator *{

    box-sizing:border-box;

}

.blp-generator{

    color:var(--text);

    font-family:
        Inter,
        "Segoe UI",
        Arial,
        sans-serif;

}

/*==========================================================
PREVIEW
==========================================================*/

.blp-generator-preview{

    background:#eef2f7;

    border:2px dashed #d7dce5;

    border-radius:18px;

    min-height:650px;

    padding:25px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.blp-generator-empty{

    color:#999;

    text-align:center;

}

/*==========================================================
BANNER
==========================================================*/

.blp-banner{

    position:relative;

    background:var(--bg);

    color:var(--text);

    border-radius:var(--radius);

    overflow:hidden;

    box-shadow:var(--shadow);

}

/*==========================================================
GLOBAL IMAGE
==========================================================*/

.blp-banner img{

    display:block;

    width:100%;

    height:100%;

    object-fit:contain;

}

/*==========================================================
GLOBAL BUTTON
==========================================================*/

.blp-banner-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:14px 28px;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    transition:.25s;

}

.blp-banner-button:hover{

    transform:translateY(-2px);

}

/*==========================================================
BADGE
==========================================================*/

.blp-banner-badge{

    display:inline-block;

    padding:8px 16px;

    border-radius:999px;

    background:var(--primary);

    color:#fff;

    font-size:13px;

    font-weight:700;

}

/*==========================================================
TITLE
==========================================================*/

.blp-banner-title{

    margin:18px 0 14px;

    font-size:30px;

    line-height:1.3;

    font-weight:700;

}

/*==========================================================
DESC
==========================================================*/

.blp-banner-desc{

    color:var(--text-light);

    line-height:1.75;

    margin-bottom:24px;

}

/*==========================================================
URL
==========================================================*/

.blp-banner-url{

    margin-top:18px;

    font-size:12px;

    color:var(--text-light);

    word-break:break-word;

}

/* ==========================================================
   TEMPLATE 1 - CLASSIC CARD
========================================================== */

.blp-template-1{

    --bg:#ffffff;
    --text:#222;

    --radius:24px;

    --shadow:0 18px 45px rgba(0,0,0,.15);

    --badge-bg:#ff9800;
    --badge-text:#ffffff;

    --button-bg:var(--primary);
    --button-text:#ffffff;

    background:var(--bg);

    color:var(--text);

    border-radius:var(--radius);

    overflow:hidden;

    box-shadow:var(--shadow);

}

.blp-template-1 .blp-banner-image{

    position:relative;

    aspect-ratio:1/1;

    overflow:hidden;

}

.blp-template-1 .blp-banner-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:.35s;

}

.blp-template-1:hover .blp-banner-image img{

    transform:scale(1.05);

}

.blp-template-1 .blp-banner-badge{

    position:absolute;

    top:18px;
    left:18px;

    background:var(--badge-bg);

    color:var(--badge-text);

    padding:8px 14px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    letter-spacing:.4px;

}

.blp-template-1 .blp-banner-content{

    padding:24px;

}

.blp-template-1 .blp-banner-title{

    font-size:28px;

    font-weight:700;

    line-height:1.35;

    margin-bottom:15px;

    color:inherit;

}

.blp-template-1 .blp-banner-desc{

    font-size:16px;

    line-height:1.7;

    margin-bottom:22px;

    color:rgba(0,0,0,.72);

}

.blp-template-1 .blp-banner-action{

    text-align:center;

}

.blp-template-1 .blp-banner-button{

    display:inline-block;

    background:var(--button-bg);

    color:var(--button-text);

    padding:14px 30px;

    border-radius:999px;

    font-size:16px;

    font-weight:700;

    text-decoration:none;

    transition:.25s;

}

.blp-template-1 .blp-banner-button:hover{

    transform:translateY(-2px);

    filter:brightness(1.08);

}

.blp-template-1 .blp-banner-url{

    margin-top:20px;

    font-size:12px;

    color:#777;

    text-align:center;

    word-break:break-all;

    opacity:.85;

}

/*==========================================================
TEMPLATE 2
Split Left Right
==========================================================*/

.blp-template-2{

    --bg:#ffffff;

    --text:#222;

    --radius:24px;

    --shadow:0 15px 40px rgba(0,0,0,.12);

    --button-bg:var(--primary);

    --button-text:#ffffff;

    --badge-bg:var(--primary);

    --badge-text:#ffffff;

    --title-size:30px;

    --desc-color:#555;

    display:flex;

    flex-direction:row;

    align-items:stretch;

}

/*==========================================================
LEFT
==========================================================*/

.blp-template-2 .blp-t2-left{

    width:45%;

    overflow:hidden;

}

.blp-template-2 .blp-t2-left img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/*==========================================================
RIGHT
==========================================================*/

.blp-template-2 .blp-t2-right{

    width:55%;

    padding:35px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

/*==========================================================
BADGE
==========================================================*/

.blp-template-2 .blp-t2-badge{

    display:inline-block;

    align-self:flex-start;

    background:var(--badge-bg);

    color:var(--badge-text);

    padding:8px 16px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

/*==========================================================
TITLE
==========================================================*/

.blp-template-2 .blp-t2-title{

    font-size:var(--title-size);

    line-height:1.3;

    font-weight:700;

    color:var(--text);

    margin:0 0 18px;

}

/*==========================================================
DESCRIPTION
==========================================================*/

.blp-template-2 .blp-t2-desc{

    font-size:15px;

    line-height:1.8;

    color:var(--desc-color);

    margin-bottom:25px;

}

/*==========================================================
BUTTON
==========================================================*/

.blp-template-2 .blp-t2-button{

    display:inline-block;

    background:var(--button-bg);

    color:var(--button-text);

    text-decoration:none;

    padding:14px 28px;

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-2 .blp-t2-button:hover{

    background:var(--secondary);

    transform:translateY(-2px);

}

/*==========================================================
URL
==========================================================*/

.blp-template-2 .blp-t2-url{

    margin-top:20px;

    font-size:12px;

    color:#777;

    word-break:break-word;

}

/*==========================================================
MOBILE
==========================================================*/

@media (max-width:768px){

    .blp-template-2{

        flex-direction:column;

    }

    .blp-template-2 .blp-t2-left{

        width:100%;

        aspect-ratio:1/1;

    }

    .blp-template-2 .blp-t2-right{

        width:100%;

        padding:22px;

    }

    .blp-template-2 .blp-t2-title{

        font-size:24px;

    }

}

/*==========================================================
TEMPLATE 3
Premium Hero Banner
==========================================================*/

.blp-template-3{

    --bg:#ffffff;

    --text:#222;

    --radius:28px;

    --shadow:0 20px 50px rgba(0,0,0,.18);

    --button-bg:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    --button-text:#ffffff;

    --badge-bg:rgba(255,255,255,.92);

    --badge-text:var(--primary);

}

/*==========================================================
HERO
==========================================================*/

.blp-template-3 .blp-premium-header{

    position:relative;

    height:320px;

    overflow:hidden;

}

.blp-template-3 .blp-premium-header img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/*==========================================================
OVERLAY
==========================================================*/

.blp-template-3 .blp-premium-overlay{

    position:absolute;

    inset:0;

    display:flex;

    align-items:flex-start;

    justify-content:flex-start;

    padding:24px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.60),
        rgba(0,0,0,.12)
    );

}

/*==========================================================
BADGE
==========================================================*/

.blp-template-3 .blp-premium-badge{

    display:inline-block;

    background:var(--badge-bg);

    color:var(--badge-text);

    padding:10px 18px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

}

/*==========================================================
CONTENT
==========================================================*/

.blp-template-3 .blp-premium-content{

    padding:30px;

    background:var(--bg);

    color:var(--text);

}

/*==========================================================
TITLE
==========================================================*/

.blp-template-3 .blp-premium-title{

    margin:0 0 18px;

    font-size:30px;

    font-weight:700;

    line-height:1.35;

    color:var(--text);

}

/*==========================================================
DESCRIPTION
==========================================================*/

.blp-template-3 .blp-premium-desc{

    font-size:16px;

    line-height:1.8;

    color:#666;

    margin-bottom:28px;

}

/*==========================================================
BUTTON
==========================================================*/

.blp-template-3 .blp-premium-button{

    display:inline-block;

    text-decoration:none;

    background:var(--button-bg);

    color:var(--button-text);

    padding:15px 34px;

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-3 .blp-premium-button:hover{

    transform:translateY(-2px);

    opacity:.95;

}

/*==========================================================
URL
==========================================================*/

.blp-template-3 .blp-premium-url{

    margin-top:22px;

    font-size:12px;

    color:#777;

    word-break:break-word;

}

/*==========================================================
MOBILE
==========================================================*/

@media(max-width:768px){

    .blp-template-3 .blp-premium-header{

        height:240px;

    }

    .blp-template-3 .blp-premium-content{

        padding:22px;

    }

    .blp-template-3 .blp-premium-title{

        font-size:24px;

    }

    .blp-template-3 .blp-premium-desc{

        font-size:14px;

    }

}

/*==========================================================
TEMPLATE 4
PROMO POSTER
==========================================================*/

.blp-template-4{

    --bg:#ffffff;

    --text:#222;

    --radius:28px;

    --shadow:0 18px 45px rgba(0,0,0,.15);

    --button-bg:var(--primary);

    --button-text:#fff;

    --badge-bg:#fff;

    --badge-text:var(--primary);

}

/*==========================================================
HEADER
==========================================================*/

.blp-template-4 .blp-template4-header{

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    padding:18px 24px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.blp-template-4 .blp-template4-promo{

    font-size:22px;

    font-weight:800;

    letter-spacing:1px;

}

.blp-template-4 .blp-template4-badge{

    background:var(--badge-bg);

    color:var(--badge-text);

    padding:8px 16px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

}

/*==========================================================
BODY
==========================================================*/

.blp-template-4 .blp-template4-body{

    display:flex;

    align-items:center;

    gap:28px;

    padding:28px;

}

.blp-template-4 .blp-template4-image{

    flex:0 0 42%;

}

.blp-template-4 .blp-template4-image img{

    width:100%;

    display:block;

    border-radius:18px;

    object-fit:contain;

    padding:12px;

    background:#fff;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

/*==========================================================
CONTENT
==========================================================*/

.blp-template-4 .blp-template4-content{

    flex:1;

}

.blp-template-4 .blp-template4-title{

    margin:0 0 16px;

    font-size:30px;

    font-weight:700;

    color:var(--text);

    line-height:1.3;

}

.blp-template-4 .blp-template4-desc{

    font-size:15px;

    line-height:1.8;

    color:#555;

    margin-bottom:20px;

}

.blp-template-4 .blp-template4-list{

    margin:0 0 24px;

    padding-left:20px;

    line-height:2;

    color:#333;

    font-size:15px;

}

.blp-template-4 .blp-template4-list li{

    margin-bottom:6px;

}

/*==========================================================
FOOTER
==========================================================*/

.blp-template-4 .blp-template4-footer{

    padding:24px;

    border-top:1px solid rgba(0,0,0,.08);

    text-align:center;

}

.blp-template-4 .blp-template4-button{

    display:inline-block;

    text-decoration:none;

    background:var(--button-bg);

    color:var(--button-text);

    padding:15px 36px;

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-4 .blp-template4-button:hover{

    background:var(--secondary);

    transform:translateY(-2px);

}

.blp-template-4 .blp-template4-url{

    margin-top:18px;

    font-size:12px;

    color:#777;

    word-break:break-word;

}

/*==========================================================
RESPONSIVE
==========================================================*/

@media(max-width:768px){

    .blp-template-4 .blp-template4-header{

        flex-direction:column;

        gap:12px;

        text-align:center;

    }

    .blp-template-4 .blp-template4-body{

        flex-direction:column;

        padding:20px;

        gap:20px;

    }

    .blp-template-4 .blp-template4-image{

        width:100%;

    }

    .blp-template-4 .blp-template4-title{

        font-size:24px;

        text-align:center;

    }

    .blp-template-4 .blp-template4-desc{

        font-size:14px;

        text-align:center;

    }

    .blp-template-4 .blp-template4-list{

        padding-left:18px;

    }

}

/*==========================================================
TEMPLATE 5
FEATURE CARD
==========================================================*/

.blp-template-5{

    --bg:#ffffff;

    --text:#222;

    --radius:30px;

    --shadow:0 20px 45px rgba(0,0,0,.14);

    --button-bg:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    --button-text:#ffffff;

    --badge-bg:var(--primary);

    --badge-text:#ffffff;

    --title-size:30px;

}

/* layout */

.blp-template-5 .blp-card5{

    display:flex;

    align-items:stretch;

}

/* kiri */

.blp-template-5 .blp-card5-left{

    width:42%;

    background:#f7f7f7;

}

.blp-template-5 .blp-card5-left img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/* kanan */

.blp-template-5 .blp-card5-right{

    width:58%;

    padding:32px;

    display:flex;

    flex-direction:column;

}

/* badge */

.blp-template-5 .blp-card5-badge{

    display:inline-block;

    align-self:flex-start;

    background:var(--badge-bg);

    color:var(--badge-text);

    padding:8px 16px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

/* title */

.blp-template-5 .blp-card5-title{

    margin:0 0 18px;

    font-size:var(--title-size);

    line-height:1.3;

    font-weight:700;

    color:var(--text);

}

/* desc */

.blp-template-5 .blp-card5-desc{

    color:#555;

    font-size:15px;

    line-height:1.8;

    margin-bottom:22px;

}

/* list */

.blp-template-5 .blp-card5-list{

    margin:0;

    padding-left:22px;

    line-height:2;

    color:#333;

    font-size:15px;

}

/* bottom */

.blp-template-5 .blp-card5-bottom{

    margin-top:auto;

    padding-top:25px;

}

/* button */

.blp-template-5 .blp-card5-button{

    display:inline-block;

    text-decoration:none;

    background:var(--button-bg);

    color:var(--button-text);

    padding:15px 34px;

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-5 .blp-card5-button:hover{

    transform:translateY(-2px);

    opacity:.95;

}

/* url */

.blp-template-5 .blp-card5-url{

    margin-top:18px;

    font-size:12px;

    color:#777;

    word-break:break-word;

}

/* mobile */

@media(max-width:768px){

    .blp-template-5 .blp-card5{

        flex-direction:column;

    }

    .blp-template-5 .blp-card5-left,

    .blp-template-5 .blp-card5-right{

        width:100%;

    }

    .blp-template-5 .blp-card5-left{

        aspect-ratio:1/1;

    }

    .blp-template-5 .blp-card5-right{

        padding:22px;

    }

    .blp-template-5 .blp-card5-title{

        font-size:24px;

    }

}

/*==========================================================
TEMPLATE 6
MAGAZINE STYLE
==========================================================*/

.blp-template-6{

    --bg:linear-gradient(
        135deg,
        #f8fafc,
        #eef5ff
    );

    --text:#222;

    --radius:26px;

    --shadow:0 20px 50px rgba(0,0,0,.12);

    --button-bg:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    --button-text:#fff;

    --badge-bg:var(--primary);

    --badge-text:#fff;

    background:var(--bg);

    color:var(--text);

    border-radius:var(--radius);

    overflow:hidden;

    box-shadow:var(--shadow);

}

/*==========================================================
HEADER
==========================================================*/

.blp-template-6 .blp-t6-header{

    padding:30px;

    text-align:center;

}

.blp-template-6 .blp-t6-badge{

    display:inline-block;

    background:var(--badge-bg);

    color:var(--badge-text);

    padding:8px 18px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

.blp-template-6 .blp-t6-title{

    margin:0;

    font-size:34px;

    font-weight:700;

    line-height:1.3;

    color:var(--text);

}

/*==========================================================
BODY
==========================================================*/

.blp-template-6 .blp-t6-body{

    display:flex;

    gap:30px;

    padding:0 30px 30px;

    align-items:center;

}

/*==========================================================
IMAGE
==========================================================*/

.blp-template-6 .blp-t6-image{

    width:42%;

}

.blp-template-6 .blp-t6-image img{

    width:100%;

    display:block;

    border-radius:20px;

    object-fit:cover;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

}

/*==========================================================
CONTENT
==========================================================*/

.blp-template-6 .blp-t6-content{

    width:58%;

    background:#fff;

    border-radius:20px;

    padding:25px;

}

.blp-template-6 .blp-t6-desc{

    font-size:15px;

    line-height:1.8;

    color:#555;

    margin-bottom:22px;

}

/*==========================================================
FEATURE
==========================================================*/

.blp-template-6 .blp-t6-feature{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:12px;

    margin-bottom:25px;

    font-size:15px;

    color:#333;

}

/*==========================================================
BUTTON
==========================================================*/

.blp-template-6 .blp-t6-button{

    display:inline-block;

    text-decoration:none;

    background:var(--button-bg);

    color:var(--button-text);

    padding:15px 34px;

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-6 .blp-t6-button:hover{

    transform:translateY(-2px);

    filter:brightness(1.05);

}

/*==========================================================
FOOTER
==========================================================*/

.blp-template-6 .blp-t6-footer{

    background:#fff;

    padding:16px;

    text-align:center;

    font-size:12px;

    color:#666;

    border-top:1px solid rgba(0,0,0,.08);

    word-break:break-word;

}

/*==========================================================
MOBILE
==========================================================*/

@media(max-width:768px){

    .blp-template-6 .blp-t6-header{

        padding:22px 18px;

    }

    .blp-template-6 .blp-t6-body{

        flex-direction:column;

        gap:20px;

        padding:0 18px 20px;

    }

    .blp-template-6 .blp-t6-image,

    .blp-template-6 .blp-t6-content{

        width:100%;

    }

    .blp-template-6 .blp-t6-title{

        font-size:24px;

    }

    .blp-template-6 .blp-t6-content{

        padding:20px;

    }

    .blp-template-6 .blp-t6-feature{

        grid-template-columns:1fr;

    }

    .blp-template-6 .blp-t6-button{

        display:block;

        width:100%;

        text-align:center;

    }

}

/*==========================================================
TEMPLATE 7
PROMO SALE
==========================================================*/

.blp-template-7{

    --bg:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    --text:#222;

    --radius:30px;

    --shadow:0 25px 50px rgba(0,0,0,.18);

    --button-bg:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    --button-text:#ffffff;

    --badge-bg:var(--primary);

    --badge-text:#ffffff;

    position:relative;

    padding:35px;

}

/*==========================================================
RIBBON
==========================================================*/

.blp-template-7 .blp-t7-ribbon{

    position:absolute;

    top:22px;

    right:-60px;

    width:220px;

    padding:10px 0;

    text-align:center;

    background:#ffcc00;

    color:#222;

    font-size:13px;

    font-weight:800;

    letter-spacing:1px;

    transform:rotate(45deg);

    box-shadow:0 6px 12px rgba(0,0,0,.2);

}

/*==========================================================
CARD
==========================================================*/

.blp-template-7 .blp-t7-card{

    display:flex;

    overflow:hidden;

    background:#ffffff;

    border-radius:22px;

}

/*==========================================================
IMAGE
==========================================================*/

.blp-template-7 .blp-t7-image{

    width:42%;

}

.blp-template-7 .blp-t7-image img{

    width:100%;

    height:100%;

    display:block;

    object-fit:cover;

}

/*==========================================================
CONTENT
==========================================================*/

.blp-template-7 .blp-t7-content{

    width:58%;

    padding:30px;

}

.blp-template-7 .blp-t7-badge{

    display:inline-block;

    margin-bottom:18px;

    padding:8px 18px;

    background:var(--badge-bg);

    color:var(--badge-text);

    border-radius:999px;

    font-size:13px;

    font-weight:700;

}

.blp-template-7 .blp-t7-title{

    margin:0 0 15px;

    color:#222;

    font-size:30px;

    line-height:1.3;

    font-weight:700;

}

.blp-template-7 .blp-t7-desc{

    margin-bottom:22px;

    color:#555;

    font-size:15px;

    line-height:1.8;

}

/*==========================================================
FEATURE
==========================================================*/

.blp-template-7 .blp-t7-feature{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:25px;

}

.blp-template-7 .blp-t7-feature span{

    padding:8px 14px;

    background:#f3f4f6;

    border-radius:999px;

    font-size:13px;

    color:#333;

}

/*==========================================================
BUTTON
==========================================================*/

.blp-template-7 .blp-t7-button{

    display:inline-block;

    padding:15px 36px;

    text-decoration:none;

    background:var(--button-bg);

    color:var(--button-text);

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-7 .blp-t7-button:hover{

    transform:translateY(-2px);

    filter:brightness(1.05);

}

.blp-template-7 .blp-t7-url{

    margin-top:18px;

    font-size:12px;

    color:#777;

    word-break:break-word;

}

/*==========================================================
RESPONSIVE
==========================================================*/

@media(max-width:768px){

    .blp-template-7{

        padding:18px;

    }

    .blp-template-7 .blp-t7-card{

        flex-direction:column;

    }

    .blp-template-7 .blp-t7-image,

    .blp-template-7 .blp-t7-content{

        width:100%;

    }

    .blp-template-7 .blp-t7-image{

        aspect-ratio:1/1;

    }

    .blp-template-7 .blp-t7-title{

        font-size:24px;

    }

    .blp-template-7 .blp-t7-ribbon{

        top:16px;

        right:-72px;

        width:190px;

        font-size:11px;

    }

}

/*==========================================================
TEMPLATE 8
GLASSMORPHISM
==========================================================*/

.blp-template-8{

    --bg:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    --text:#ffffff;

    --radius:30px;

    --shadow:0 20px 50px rgba(0,0,0,.18);

    --button-bg:#ffffff;

    --button-text:var(--primary);

    --badge-bg:rgba(255,255,255,.25);

    --badge-text:#ffffff;

    background:var(--bg);

    color:var(--text);

    border-radius:var(--radius);

    box-shadow:var(--shadow);

    position:relative;

    overflow:hidden;

    padding:40px;

}

/*==========================================================
BACKGROUND
==========================================================*/

.blp-template-8 .blp-t8-bg-circle{

    position:absolute;

    border-radius:50%;

    filter:blur(40px);

    opacity:.35;

    pointer-events:none;

}

.blp-template-8 .blp-t8-bg1{

    width:260px;

    height:260px;

    background:rgba(255,255,255,.9);

    left:-70px;

    top:-70px;

}

.blp-template-8 .blp-t8-bg2{

    width:220px;

    height:220px;

    background:rgba(255,255,255,.85);

    right:-50px;

    bottom:-50px;

}

/*==========================================================
GLASS CARD
==========================================================*/

.blp-template-8 .blp-t8-card{

    position:relative;

    z-index:2;

    display:flex;

    align-items:center;

    gap:35px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.35);

    border-radius:28px;

    padding:30px;

}

/*==========================================================
IMAGE
==========================================================*/

.blp-template-8 .blp-t8-image{

    width:38%;

    flex-shrink:0;

}

.blp-template-8 .blp-t8-image img{

    width:100%;

    display:block;

    border-radius:22px;

    box-shadow:0 12px 28px rgba(0,0,0,.18);

}

/*==========================================================
CONTENT
==========================================================*/

.blp-template-8 .blp-t8-content{

    width:62%;

    color:var(--text);

}

/*==========================================================
BADGE
==========================================================*/

.blp-template-8 .blp-t8-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:999px;

    background:var(--badge-bg);

    color:var(--badge-text);

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

/*==========================================================
TITLE
==========================================================*/

.blp-template-8 .blp-t8-title{

    margin:0 0 18px;

    font-size:32px;

    font-weight:700;

    line-height:1.3;

    color:var(--text);

}

/*==========================================================
DESCRIPTION
==========================================================*/

.blp-template-8 .blp-t8-desc{

    line-height:1.8;

    color:rgba(255,255,255,.95);

    margin-bottom:24px;

}

/*==========================================================
FEATURE
==========================================================*/

.blp-template-8 .blp-t8-feature{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:26px;

}

.blp-template-8 .blp-t8-feature span{

    background:rgba(255,255,255,.18);

    border:1px solid rgba(255,255,255,.18);

    padding:8px 14px;

    border-radius:999px;

    color:#fff;

    font-size:13px;

}

/*==========================================================
BUTTON
==========================================================*/

.blp-template-8 .blp-t8-button{

    display:inline-block;

    text-decoration:none;

    padding:15px 34px;

    border-radius:999px;

    background:var(--button-bg);

    color:var(--button-text);

    font-weight:700;

    transition:.25s;

}

.blp-template-8 .blp-t8-button:hover{

    transform:translateY(-3px);

    box-shadow:0 8px 22px rgba(0,0,0,.18);

}

/*==========================================================
URL
==========================================================*/

.blp-template-8 .blp-t8-url{

    margin-top:18px;

    font-size:12px;

    color:rgba(255,255,255,.88);

    word-break:break-word;

}

/*==========================================================
MOBILE
==========================================================*/

@media(max-width:768px){

    .blp-template-8{

        padding:20px;

    }

    .blp-template-8 .blp-t8-card{

        flex-direction:column;

        gap:22px;

        padding:22px;

    }

    .blp-template-8 .blp-t8-image,

    .blp-template-8 .blp-t8-content{

        width:100%;

    }

    .blp-template-8 .blp-t8-title{

        font-size:24px;

    }

}

/*==========================================================
TEMPLATE 9
MODERN LANDING PAGE
==========================================================*/

.blp-template-9{

    --bg:linear-gradient(
        135deg,
        #ffffff,
        #f3f7ff
    );

    --radius:30px;

    --shadow:0 20px 50px rgba(0,0,0,.12);

    --background-image:
    radial-gradient(circle at top right,
    rgba(255,255,255,.18) 0,
    transparent 55%);

}

/*----------------------------------------------------------
Hero
----------------------------------------------------------*/

.blp-template-9 .blp-t9-hero{

    display:flex;

    align-items:stretch;

    min-height:100%;

}

/*----------------------------------------------------------
Left
----------------------------------------------------------*/

.blp-template-9 .blp-t9-left{

    width:42%;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    padding:36px;

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}

.blp-template-9 .blp-t9-left img{

    width:100%;

    max-width:360px;

    display:block;

    border-radius:22px;

    box-shadow:0 18px 40px rgba(0,0,0,.25);

    object-fit:contain;

}

/*----------------------------------------------------------
Badge
----------------------------------------------------------*/

.blp-template-9 .blp-t9-badge{

    position:absolute;

    top:22px;

    left:22px;

    background:var(--badge-bg,#ffffff);

    color:var(--badge-text,var(--primary));

    padding:8px 16px;

    border-radius:999px;

    font-size:12px;

    font-weight:700;

    letter-spacing:.4px;

}

/*----------------------------------------------------------
Right
----------------------------------------------------------*/

.blp-template-9 .blp-t9-right{

    width:58%;

    padding:38px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

/*----------------------------------------------------------
Label
----------------------------------------------------------*/

.blp-template-9 .blp-t9-label{

    display:inline-block;

    align-self:flex-start;

    background:var(--primary);

    color:#fff;

    padding:8px 18px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

/*----------------------------------------------------------
Title
----------------------------------------------------------*/

.blp-template-9 .blp-t9-title{

    margin:0 0 18px;

    font-size:clamp(28px,3vw,38px);

    font-weight:700;

    line-height:1.25;

    color:var(--text);

}

/*----------------------------------------------------------
Description
----------------------------------------------------------*/

.blp-template-9 .blp-t9-desc{

    line-height:1.8;

    color:#555;

    margin-bottom:24px;

}

/*----------------------------------------------------------
Feature
----------------------------------------------------------*/

.blp-template-9 .blp-t9-feature{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:14px;

    margin-bottom:28px;

}

.blp-template-9 .blp-t9-feature div{

    background:#f6f8fc;

    border-radius:14px;

    padding:14px;

    font-size:14px;

    box-shadow:0 2px 6px rgba(0,0,0,.05);

}

/*----------------------------------------------------------
Button
----------------------------------------------------------*/

.blp-template-9 .blp-t9-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    padding:15px 34px;

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-9 .blp-t9-button:hover{

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}

/*----------------------------------------------------------
URL
----------------------------------------------------------*/

.blp-template-9 .blp-t9-url{

    margin-top:20px;

    font-size:12px;

    color:#777;

    word-break:break-word;

}

/*----------------------------------------------------------
Tablet
----------------------------------------------------------*/

@media(max-width:991px){

    .blp-template-9 .blp-t9-title{

        font-size:28px;

    }

}

/*----------------------------------------------------------
Mobile
----------------------------------------------------------*/

@media(max-width:768px){

    .blp-template-9 .blp-t9-hero{

        flex-direction:column;

    }

    .blp-template-9 .blp-t9-left,

    .blp-template-9 .blp-t9-right{

        width:100%;

    }

    .blp-template-9 .blp-t9-left{

        padding:28px;

    }

    .blp-template-9 .blp-t9-right{

        padding:24px;

    }

    .blp-template-9 .blp-t9-title{

        font-size:24px;

    }

    .blp-template-9 .blp-t9-feature{

        grid-template-columns:1fr;

    }

}

/*==========================================================
TEMPLATE 10
MARKETPLACE STYLE
==========================================================*/

.blp-template-10{

    --bg:#ffffff;

    --text:#222;

    --radius:28px;

    --shadow:0 20px 45px rgba(0,0,0,.10);

    --border:1px solid #e5e7eb;

    --button-bg:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    --button-text:#ffffff;

    --badge-bg:#eef2ff;

    --badge-text:var(--primary);

}

/*==========================================================
HEADER
==========================================================*/

.blp-template-10 .blp-t10-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 24px;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

}

.blp-template-10 .blp-t10-logo{

    font-size:18px;

    font-weight:700;

}

.blp-template-10 .blp-t10-badge{

    background:#ffffff;

    color:var(--primary);

    padding:8px 18px;

    border-radius:999px;

    font-size:12px;

    font-weight:700;

}

/*==========================================================
IMAGE
==========================================================*/

.blp-template-10 .blp-t10-image{

    padding:28px 28px 0;

    text-align:center;

}

.blp-template-10 .blp-t10-image img{

    width:100%;

    max-width:420px;

    display:block;

    margin:auto;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

/*==========================================================
CONTENT
==========================================================*/

.blp-template-10 .blp-t10-content{

    padding:28px;

}

.blp-template-10 .blp-t10-category{

    display:inline-block;

    background:var(--badge-bg);

    color:var(--badge-text);

    padding:8px 16px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

.blp-template-10 .blp-t10-title{

    margin:0 0 18px;

    font-size:34px;

    font-weight:700;

    line-height:1.3;

    color:var(--text);

}

.blp-template-10 .blp-t10-desc{

    color:#555;

    line-height:1.8;

    margin-bottom:24px;

}

/*==========================================================
FEATURE
==========================================================*/

.blp-template-10 .blp-t10-list{

    margin:0 0 28px;

    padding:0;

    list-style:none;

}

.blp-template-10 .blp-t10-list li{

    margin-bottom:10px;

    padding-left:28px;

    position:relative;

}

.blp-template-10 .blp-t10-list li:before{

    content:"✔";

    position:absolute;

    left:0;

    color:var(--primary);

    font-weight:700;

}

/*==========================================================
FOOTER
==========================================================*/

.blp-template-10 .blp-t10-footer{

    padding:24px;

    text-align:center;

    border-top:1px solid #e5e7eb;

    background:#f8fafc;

}

.blp-template-10 .blp-t10-button{

    display:inline-block;

    text-decoration:none;

    background:var(--button-bg);

    color:var(--button-text);

    padding:16px 36px;

    border-radius:999px;

    font-weight:700;

    transition:.25s;

}

.blp-template-10 .blp-t10-button:hover{

    transform:translateY(-2px);

}

.blp-template-10 .blp-t10-url{

    margin-top:18px;

    font-size:12px;

    color:#666;

    word-break:break-word;

}

/*==========================================================
MOBILE
==========================================================*/

@media(max-width:768px){

    .blp-template-10 .blp-t10-header{

        flex-direction:column;

        gap:12px;

        text-align:center;

    }

    .blp-template-10 .blp-t10-image{

        padding:20px 20px 0;

    }

    .blp-template-10 .blp-t10-content{

        padding:20px;

    }

    .blp-template-10 .blp-t10-title{

        font-size:26px;

    }

    .blp-template-10 .blp-t10-button{

        width:100%;

        text-align:center;

    }

}

/*
|--------------------------------------------------------------------------
| PREVIEW
|--------------------------------------------------------------------------
*/

.blp-generator-preview{
    background:#eef2f7;
    border:2px dashed #d7dce5;
    border-radius:18px;
    min-height:650px;
    padding:25px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.blp-generator-empty{
    color:#999;
    text-align:center;
    font-size:15px;
}

/*
|--------------------------------------------------------------------------
| DEFAULT COLOR
|--------------------------------------------------------------------------
*/

.blp-banner{

    --primary:#16a34a;
    --secondary:#0f7d38;

    --bg:#ffffff;
    --text:#222;

    --radius:24px;
    --shadow:0 18px 45px rgba(0,0,0,.12);

    --border:none;

    --button-bg:var(--primary);
    --button-text:#ffffff;

    --badge-bg:var(--primary);
    --badge-text:#ffffff;

    --title-size:42px;

    --background-image:none;

    background:var(--bg);
    background-image:var(--background-image);

    color:var(--text);

    border-radius:var(--radius);

    border:var(--border);

    box-shadow:var(--shadow);

    overflow:hidden;

}

/*
|--------------------------------------------------------------------------
| BANNER
|--------------------------------------------------------------------------
*/

.blp-banner{

    width:100%;
    background:var(--bg);
    color:var(--text);

    border-radius:22px;

    overflow:hidden;

    box-shadow:
    0 18px 45px rgba(0,0,0,.12);

}

/* ======================================================
IMAGE WRAPPER
====================================================== */

.blp-banner-image{
    width:100%;
    height:100%;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
}

.blp-banner-image img{

    display:block;

    width:100%;
    height:100%;

    transition:.3s;

}

/*
|--------------------------------------------------------------------------
| CONTENT
|--------------------------------------------------------------------------
*/

.blp-banner-content{

    padding:22px;

}

.blp-banner-title{

    font-size:24px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:14px;

}

.blp-banner-desc{

    font-size:15px;
    line-height:1.7;
    opacity:.9;
    margin-bottom:18px;

}

.blp-banner-button{

    display:inline-block;

    background:var(--primary);

    color:#fff;

    padding:12px 22px;

    border-radius:999px;

    font-weight:700;

}

.blp-banner-url{

    margin-top:18px;

    font-size:12px;

    opacity:.7;

    word-break:break-word;

}

/*
|--------------------------------------------------------------------------
| 10 TEMPLATE
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| TEMPLATE 1
|--------------------------------------------------------------------------
*/

.blp-template-1{

    background:#ffffff;

    color:#222;

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 2
|--------------------------------------------------------------------------
*/

.blp-template-2{

    background:#fafafa;

    color:#222;

    border:2px solid #ececec;

    box-shadow:none;

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 3
|--------------------------------------------------------------------------
*/

.blp-template-3{

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

}

.blp-template-3 .blp-banner-button{

    background:#fff;

    color:var(--primary);

}

.blp-template-3 .blp-banner-desc,
.blp-template-3 .blp-banner-url{

    color:#fff;

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 4
|--------------------------------------------------------------------------
*/

.blp-template-4{

    background:#111827;

    color:#fff;

}

.blp-template-4 .blp-banner-button{

    background:var(--primary);

}

.blp-template-4 .blp-banner-desc,
.blp-template-4 .blp-banner-url{

    color:#ddd;

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 5
|--------------------------------------------------------------------------
*/

.blp-template-5{

    border-radius:35px;

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 6
|--------------------------------------------------------------------------
*/

.blp-template-6{

    background:#f9fafb;

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 7
|--------------------------------------------------------------------------
*/

.blp-template-7{

    border:5px solid var(--primary);

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 8
|--------------------------------------------------------------------------
*/

.blp-template-8{

    background:rgba(255,255,255,.85);

    backdrop-filter:blur(10px);

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 9
|--------------------------------------------------------------------------
*/

.blp-template-9{

    position:relative;

    overflow:hidden;

}

.blp-template-9:before{

    content:"";

    position:absolute;

    right:-70px;

    top:-70px;

    width:240px;

    height:240px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

}

.blp-template-9>*{

    position:relative;

    z-index:2;

}

/*
|--------------------------------------------------------------------------
| TEMPLATE 10
|--------------------------------------------------------------------------
*/

.blp-template-10{

    box-shadow:none;

    border-radius:10px;

}

/*
|--------------------------------------------------------------------------
| 8 WARNA
|--------------------------------------------------------------------------
*/

.blp-color-green{

    --primary:#16a34a;
    --secondary:#0f7d38;

}

.blp-color-blue{

    --primary:#2563eb;
    --secondary:#1d4ed8;

}

.blp-color-red{

    --primary:#dc2626;
    --secondary:#b91c1c;

}

.blp-color-orange{

    --primary:#ea580c;
    --secondary:#c2410c;

}

.blp-color-purple{

    --primary:#9333ea;
    --secondary:#7e22ce;

}

.blp-color-pink{

    --primary:#db2777;
    --secondary:#be185d;

}

.blp-color-teal{

    --primary:#0d9488;
    --secondary:#0f766e;

}

.blp-color-black{

    --primary:#111827;
    --secondary:#000;

}

/*
|--------------------------------------------------------------------------
| ACTION
|--------------------------------------------------------------------------
*/

.blp-generator-action{

    display:grid;
    gap:12px;
    margin-top:20px;

}

.blp-btn{

    padding:14px;
    border:none;
    border-radius:12px;
    background:#16a34a;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:700;
    transition:.25s;
}

.blp-btn:hover{

    transform:translateY(-2px);

}

/*
|--------------------------------------------------------------------------
| TEMPLATE LAYOUT FIX
|--------------------------------------------------------------------------
*/


/* TEMPLATE 1 CLASSIC */

.blp-template-1{
    display:block;
}


/* TEMPLATE 2 SPLIT */

.blp-template-2{

    display:flex;
    flex-direction:row;

}

.blp-template-2 .blp-t2-left{

    width:45%;

}

.blp-template-2 .blp-t2-left img{

    width:100%;
    height:100%;
    object-fit:cover;

}


.blp-template-2 .blp-t2-right{

    width:55%;
    padding:30px;

}



/* TEMPLATE 3 PREMIUM */

.blp-template-3{

    background:
    linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

}


.blp-template-3 .blp-premium-header{

    height:60%;

}


.blp-template-3 .blp-premium-header img{

    width:100%;
    height:100%;
    object-fit:cover;

}



/* TEMPLATE 4 DARK PROMO */


.blp-template-4{

    background:#111827;
    color:white;

}


.blp-template-4-wrap{

    display:flex;

}


.blp-template4-image{

    width:50%;

}


.blp-template4-image img{

    width:100%;
    height:100%;
    object-fit:cover;

}


.blp-template4-content{

    width:50%;
    padding:35px;

}



/* TEMPLATE 5 CARD */

.blp-template-5{

    border-radius:35px;

}


.blp-card5{

    display:flex;

}


.blp-card5-left{

    width:45%;

}


.blp-card5-left img{

    width:100%;
    height:100%;
    object-fit:cover;

}


.blp-card5-right{

    width:55%;
    padding:30px;

}



/* TEMPLATE 6 MAGAZINE */


.blp-template-6 .blp-banner-header{

    text-align:center;
    padding:25px;

}


.blp-template-6 .blp-banner-body{

    display:flex;

}


.blp-template-6 .blp-banner-image{

    width:50%;
    height:300px;

}


.blp-template-6 .blp-banner-content{

    width:50%;

}



/* TEMPLATE 7 */


.blp-template-7{

    border:5px solid var(--primary);

}



/* TEMPLATE 8 GLASS */


.blp-template-8{

    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.8),
    rgba(255,255,255,.3)
    );

}



.blp-glass-card{

    backdrop-filter:blur(15px);

}



/* TEMPLATE 9 */


.blp-template-9{

    background:
    linear-gradient(
    135deg,
    var(--primary),
    var(--secondary)
    );

    color:white;

}



.blp-t9-body{

    display:flex;

}


.blp-t9-image{

    width:45%;

}


.blp-t9-image img{

    width:100%;
    height:100%;
    object-fit:cover;

}


.blp-t9-info{

    width:55%;
    padding:30px;

}




/* TEMPLATE 10 MARKETPLACE */


.blp-template-10{

    background:white;

}


.blp-t10-header{

    display:flex;
    justify-content:space-between;
    padding:20px;

}


.blp-t10-image{

    height:300px;

}


.blp-t10-image img{

    width:100%;
    height:100%;
    object-fit:cover;

}


.blp-t10-content{

    padding:25px;

}


.blp-t10-footer{

    padding:20px;
    background:#f5f5f5;

}


/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media(max-width:768px){

.blp-generator-preview{

    min-height:450px;
    padding:15px;

}

.blp-size-square,
.blp-size-story,
.blp-size-feed,
.blp-size-landscape,
.blp-size-banner{

    width:100%;
    max-width:100%;
    height:auto;

}

.blp-banner-title{

    font-size:20px;

}

.blp-banner-desc{

    font-size:14px;

}

.blp-banner-content{

    padding:16px;

}

}