/* Restored online-customer-service panel */
.help-feedback-wrap{display:grid;grid-template-columns:1fr 2px 1fr;column-gap:10px;box-sizing:border-box;align-items:center;justify-content:center;width:min(100%,320px);max-width:320px;min-height:56px;margin:0 auto;padding:8px 10px;border-radius:12px;background:rgba(32,32,32,.8);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 22px rgba(0,0,0,.18);align-self:center}
.help-service-link{grid-column:1;display:flex;align-items:center;justify-content:center;justify-self:center;align-self:center;flex:0 0 118px;width:118px;min-width:118px;max-width:118px;height:38px;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
.help-service-img{display:block;width:118px;max-width:118px;height:38px;object-fit:contain}
.help-feedback-divider{grid-column:2;justify-self:center;align-self:stretch;width:2px;border-radius:999px;background:var(--btn-gradient);background-size:320% 100%;animation:flowGradient 5.8s linear infinite;box-shadow:0 0 8px rgba(202,164,105,.28)}
.help-feedback-info{grid-column:3;box-sizing:border-box;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;width:100%;max-width:100%;height:38px;text-align:left;overflow:hidden;padding-left:8px}
.help-feedback-title,.help-feedback-email{display:block;width:100%;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal}
.help-feedback-title{font-size:13px;line-height:1.2;font-weight:700;color:#d2b788}
.help-feedback-email{font-size:12px;line-height:1.2;color:#fff}
@media screen and (max-width:768px){.help-feedback-wrap{order:8;display:grid;grid-template-columns:1fr 2px 1fr;column-gap:10px;width:min(100%,320px);max-width:320px;min-height:54px;padding:8px 10px;margin-top:0;background:rgba(32,32,32,.8);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 22px rgba(0,0,0,.18);align-items:center}.help-service-link{grid-column:1;justify-self:center;flex:0 0 110px;width:110px;min-width:110px;max-width:110px;height:36px}.help-service-img{width:110px;max-width:110px;height:36px;object-fit:contain}.help-feedback-divider{grid-column:2;justify-self:center;align-self:stretch;width:2px}.help-feedback-info{grid-column:3;gap:3px;width:100%;max-width:100%;height:36px;align-items:flex-start;justify-content:center;padding-left:6px}.help-feedback-title{font-size:12px;line-height:1.15;color:#d2b788}.help-feedback-email{font-size:11px;line-height:1.15;color:#fff}}
@media screen and (max-width:360px){.help-feedback-wrap{column-gap:7px;padding-left:6px;padding-right:6px}.help-service-link{flex-basis:102px;width:102px;min-width:102px;max-width:102px}.help-service-img{width:102px;max-width:102px}.help-feedback-info{padding-left:3px}.help-feedback-title{font-size:11px}.help-feedback-email{font-size:10px}}
