.thk-personalization{
    margin:30px 0;
}

.thk-label{
    display:block;
    font-weight:600;
    margin-bottom:12px;
}

.thk-drop-area{

    border:2px dashed #d8d8d8;
    border-radius:12px;

    padding:35px 20px;

    text-align:center;

    transition:.25s;

    background:#fafafa;
}

.thk-drop-area:hover{

    border-color:#ff6b00;

    background:#fff7f2;
}

.thk-upload-icon{

    font-size:42px;

    margin-bottom:12px;
}

.thk-upload-title{

    font-size:17px;

    font-weight:600;

    margin-bottom:10px;
}

.thk-upload-or{

    margin:15px 0;
}

.thk-upload-btn{

    display:inline-block;

    background:#ff6b00;

    color:#fff;

    padding:12px 22px;

    border-radius:8px;

    cursor:pointer;

    transition:.25s;
}

.thk-upload-btn:hover{

    background:#e45f00;
}

#thk-file-name{

    margin-top:20px;
}

.thk-selected-file{

    padding:12px;

    background:#eef9ef;

    border:1px solid #7ac67a;

    border-radius:8px;

    color:#216d21;

    font-weight:600;
}

.thk-notes{

    margin-top:25px;
}

#thk_notes{

    width:100%;

    min-height:120px;
}
.thk-upload-success{

    text-align:center;

    padding:20px;

}

.thk-success-icon{

    font-size:55px;

    margin-bottom:15px;

}

.thk-upload-success h4{

    margin-bottom:10px;

    color:#1f7a1f;

}

.thk-upload-success p{

    font-weight:600;

    word-break:break-word;

    margin-bottom:20px;

}
.thk-notes-label {
    margin-top: 20px;
    display: block;
}
/*=========================================
  Upload Cards
=========================================*/

.thk-upload-card{
    margin-bottom:24px;
}

.thk-drop-area{
    border:2px dashed #d8d8d8;
    border-radius:16px;
    background:#fff;
    padding:30px;
    transition:.3s;
}

.thk-drop-area:hover{
    border-color:#ff6b00;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.thk-upload-body{
    text-align:center;
}

.thk-upload-icon{
    font-size:42px;
    margin-bottom:16px;
}

.thk-upload-heading{
    font-size:26px;
    font-weight:700;
    margin-bottom:10px;
    color:#222;
}

.thk-upload-subtitle{
    color:#666;
    font-size:15px;
    line-height:1.6;
    margin-bottom:18px;
}

.thk-upload-info{
    display:flex;
    flex-direction:column;
    gap:6px;
    margin-bottom:22px;
    color:#777;
    font-size:14px;
}

.thk-upload-btn{
    display:inline-block;
    background:#ff6b00;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
    text-decoration:none;
}

.thk-upload-btn:hover{
    background:#e65d00;
    transform:translateY(-2px);
}

.thk-optional{
    color:#888;
    font-weight:400;
    font-size:.85em;
}
.thk-success-file{
    display:block;
    max-width:220px;
    margin:12px auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:600;
}
.thk-upload-success .thk-upload-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    min-width:170px;
    padding:14px 28px;
}
/* ===============================
   Product Trust Section
================================ */

.thk-product-trust{
    display:grid;
    grid-template-columns:repeat(2,minmax(260px,1fr));
    gap:14px;
    margin:30px 0;
}

.thk-trust-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    transition:.3s;
}

.thk-trust-item:hover{
    border-color:#ff6b00;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.thk-trust-icon{
    font-size:24px;
    flex-shrink:0;
}

.thk-trust-title{
    font-size:18px;
    font-weight:700;
    line-height:1.4;
}

.thk-trust-desc{
    color:#666;
    font-size:14px;
    line-height:1.5;
}

@media(max-width:768px){

    .thk-product-trust{
        grid-template-columns:1fr;
    }

}
.thk-product-trust{
    margin-bottom:40px;
}

.thk-notes{
    margin-top:10px;
}
