/* Smart Box Packer Frontend Styles */

.sbp-packaging-info th,
.sbp-packaging-info td {
    padding: 15px 0;
}

.sbp-packaging-summary {
    position: relative;
    background: #ffffff;
    padding: 16px 16px 16px 52px;
    border-radius: 10px;
    border: 1px solid #f0e1e1;
    border-left: 4px solid #d53b3b;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    margin-left: 12px;
}

.sbp-packaging-summary::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #d53b3b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M21 8.5L12 4 3 8.5 12 13l9-4.5z'/%3E%3Cpath d='M12 13v7.5l9-4.5V8.5l-9 4.5z'/%3E%3Cpath d='M12 13L3 8.5v7.5l9 4.5V13z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.sbp-total-desi {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ead1d1;
}

.sbp-packaging-plan {
    margin-bottom: 10px;
}

.sbp-packaging-plan ul {
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none;
}

.sbp-packaging-plan li {
    margin-bottom: 3px;
    padding-left: 16px;
    position: relative;
}

.sbp-packaging-plan li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d53b3b;
}

.sbp-plan-desi {
    color: #7a4b4b;
    font-size: 12px;
}

.sbp-ambar-notice {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    color: #856404;
}

.sbp-ambar-notice strong {
    display: block;
    margin-bottom: 5px;
}