/* MAIN SIDEBAR BOX */
#sr-pincode-wrapper {
    background: #E4DCCC !important;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #04944c; /* green border like return button */
    color: #BC4867 !important;
}

/* Title text inside widget */
#sr-pincode-wrapper h3, 
#sr-pincode-wrapper label,
#sr-pincode-wrapper span {
    color: #BC4867 !important;
}

/* INPUT BOX */
#sr-pincode-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 12px;
    border: 2px solid #04944c !important;
    background: #fff;
    color: #BC4867;
}

/* CHECK BUTTON (KEEP SAME) */
#sr-pincode-check-btn {
    width: 100%;
    background: #04944c !important;
    color: #ffffff;
    padding: 12px 14px;
    border-radius: 12px;
    border: none;
    font-weight: bold;
    margin-top: 12px;
    font-size: 16px;
}

/* RESULT TABLE */
#sr-results-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 16px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #04944c;
    background: #E4DCCC !important;
}

/* HEADER */
#sr-results-table thead th {
    background: #04944c !important;
    color: #ffffff !important;
    padding: 12px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

/* TABLE TEXT BODY */
#sr-results-table tbody td {
    padding: 12px;
    border-bottom: 1px solid #c7b8a4;
    color: #BC4867 !important;
    background: #E4DCCC !important;
}

/* LAST ROW BORDER FIX */
#sr-results-table tbody tr:last-child td {
    border-bottom: none;
}

/* RETURN & REFUND POLICY BUTTON (FULL WIDTH & BIGGER LIKE CHECK BUTTON) */
#return-policy-link {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    color: #04944c !important;
    font-weight: bold;
    border: 2px solid #04944c !important;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    background: transparent;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 480px) {
    #sr-results-table thead th, 
    #sr-results-table tbody td {
        padding: 10px;
    }
}
