.ray-support-custom-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 999;
}
.ray-support-custom-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.ray-support-custom-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ray-support-custom-header-logo img {
    max-height: 34px;
    width: auto;
    display: block;
}
.ray-support-custom-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ray-support-custom-header-login-btn,
.ray-support-custom-header-signup-btn {
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ray-support-custom-header-login-btn {
    background-color: #AA47BB;
    color: #ffffff;
}
.ray-support-custom-header-signup-btn {
    background: #F3F5F7;
    color: #000000;
}
.ray-support-custom-header-signup-btn:hover {
    background: #f28c28;
}
.ray-support-home-container {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .ray-support-custom-header-inner {
        padding: 12px 15px;
    }
    .ray-support-custom-header-logo img {
        max-height: 28px;
    }
    .ray-support-custom-header-login-btn,
    .ray-support-custom-header-signup-btn {
        padding: 7px 14px;
        font-size: 11px;
    }
}