.hm-phone-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    min-height: 48px;
    background: #fff;
}

.hm-country-code {
    padding: 0 16px;
    font-weight: 600;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

#hm-login-mobile,
#otpInput {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    padding: 12px 15px;
    min-height: 48px;
}

#hm-login-mobile:focus,
#otpInput:focus {
    box-shadow: none;
}

.hm-form__stack {
    margin-top: 20px;
}

.mobile-error,
.otp-error,
.hm-form-error {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #d93025;
}

.hm-card .hm-btn,
.hm-blog-content a,
.hm-footer a,
.hm-inline-search button {
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.hm-card .hm-btn:hover,
.hm-blog-content a:hover,
.hm-footer a:hover,
.hm-inline-search button:hover {
    transform: translateY(-1px);
}

.hm-requirement-form input,
.hm-requirement-form select,
.hm-form input,
.hm-form select,
.hm-form textarea {
    min-height: 48px;
}

.hm-form textarea {
    min-height: 120px;
}

@media (max-width: 767px) {
    .hm-btn,
    .hm-inline-search button {
        min-height: 46px;
    }
}
