.yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-text-container {
	margin-bottom: 20%;
}
button.yotpo-widgets-action-button.yotpo-filled-button.yotpo-button-with-padding.yotpo-with-justify-items.yotpo-rectangular-btn-type.yotpo-large-button {
    width: 180px !important;
}
.yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile .yotpo-customer-logged-out-buttons-mobile .yotpo-action-buttons-wrapper {
	flex-wrap: wrap;
}
.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container {
    max-width: 100% !important;
}
.yotpo-action-buttons-wrapper button.yotpo-widgets-action-button {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Gotham';
    padding:14px 41px !important;
    min-width: fit-content !important;
}
button.yotpo-widgets-action-button.yotpo-filled-button.yotpo-button-with-padding.yotpo-with-justify-items.yotpo-rectangular-btn-type.yotpo-large-button {
    min-width: fit-content !important;
}
.yotpo-action-buttons-wrapper button.yotpo-widgets-action-button:hover {
    background: #ebf0f2 !important;
    color: #000 !important;
}
.yotpo-action-buttons-wrapper button.yotpo-widgets-action-button:focus {
    box-shadow:none !important;
}
.yotpo-widget-my-rewards-widget .yotpo-rewards-guide-tile-wrapper {
    max-width: 100% !important;
}
.yotpo-widget-my-rewards-widget .yotpo-background {
    padding:0 !important;
}
.yotpo-widget-my-rewards-widget .yotpo-tile-box .yotpo-reward-steps-list {
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow-x: scroll;
    padding: 0 3%;}
.yotpo-widget-my-rewards-widget .yotpo-reward-steps-item {
    width: 100% !important;
}
.yotpo-widget-my-rewards-widget .yotpo-step-icons {
    margin-bottom: 8px;
    width: 100%;
}
.yotpo-widget-my-rewards-widget .yotpo-step-icons div {
    width: 100%;
    text-align: center;
    height: 285px;
    position: relative;
    justify-content: center;
}
.yotpo-widget-my-rewards-widget .yotpo-step-icons div img {
    width: 75%;
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.yotpo-title {
    margin-bottom: 10PX;
    padding-bottom: 0 !important;
}
.yotpo-customer-logged-out-buttons {
    margin-top: 25px;
    padding: 0px !important;
}