/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 15:29:00 */
.dryice-calculator{

    max-width:900px;
    margin:50px auto;
    background:#f7f9fb;
    padding:35px;
    border-radius:18px;
    box-sizing:border-box;

}

.dryice-form,
.dryice-result{

    background:#fff;
    padding:30px;
    border-radius:15px;

}

.dryice-result{

    margin-top:30px;
    border:2px solid #eef3ff;
    text-align:center;

}

.dryice-label{

    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#777;
    margin-bottom:5px;

}

.dryice-calculator h2{

    margin-top:0;
    text-align:center;

}

.dryice-calculator label{

    display:block;
    font-weight:600;
    margin-top:18px;

}

.dryice-calculator input,
.dryice-calculator select{

    width:100%;
    padding:13px;
    font-size:16px;
    border:1px solid #ddd;
    border-radius:8px;
    margin-top:6px;
    box-sizing:border-box;

}

.dryice-result h3{

    font-size:42px;
    color:#0693e3;
    margin:10px 0;

}

.dryice-button{

    display:inline-block;
    margin-top:20px;
    background:#0693e3;
    color:#fff;
    padding:14px 24px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:.25s;

}

.dryice-button:hover{

    background:#0578bb;

}

.dryice-note,
.dryice-hint{

    font-size:14px;
    color:#666;
    line-height:1.6;

}