.combird-otp-container {
    max-width: 380px;
    margin: 40px auto;
    padding: 0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.combird-otp-header {
    .combird-otp-header {
  background: none !important;
  height: 20px;
}

}

.combird-otp-body {
    padding: 25px 30px;
}

.combird-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.combird-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
}

.combird-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

.combird-input:focus {
    border-color: #ff3e6c;
    box-shadow: 0 0 3px rgba(255,62,108,0.3);
}

.combird-btn {
    width: 100%;
    background: #ff3e6c;
    padding: 14px 0;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.combird-btn:hover {
    background: #e7335f;
}

.resend-otp-btn {
    background: none;
    border: none;
    margin-top: 15px;
    color: #ff3e6c;
    font-weight: 600;
    cursor: pointer;
}

.combird-otp-info {
    font-size: 13px;
    margin-top: 10px;
    color: #777;
    text-align: center;
}

@media (max-width: 480px){
    .combird-otp-container {
        width: 92%;
        margin-top: 20px;
    }
}
