.event-rating-module{background-color:rgba(var(--bg-color-rgb),var(--bg-opacity));box-sizing:border-box;padding:var(--padding-y-desktop) 20px;width:100%}.event-rating-module[style*="--bg-color: #"]{--bg-color-rgb:var(--bg-color)}.event-rating-wrapper{align-items:center;display:flex;flex-wrap:nowrap;gap:var(--gap-desktop);justify-content:center;margin:0 auto;max-width:var(--max-width)}.stars-container{align-items:center;display:flex;flex-grow:0;flex-shrink:0;gap:8px}.star{display:block;flex-shrink:0;height:auto;width:var(--star-size)}.text-content{color:rgba(var(--text-color-rgb),var(--text-opacity));flex:0 1 auto;min-width:0;word-wrap:break-word;font-size:1.125rem;font-weight:400;line-height:1.5;overflow-wrap:break-word}.text-content p{margin:0;padding:0}.text-content p+p{margin-top:.5rem}.event-rating-wrapper.text-align-center .text-content{text-align:center}.event-rating-wrapper.text-align-left .text-content{text-align:left}@media screen and (max-width:768px){.event-rating-module{padding:var(--padding-y-mobile) 20px}.event-rating-wrapper{align-items:center;flex-direction:column;gap:var(--gap-mobile)}.stars-container{gap:6px}.star{width:var(--star-size-mobile)}.text-content{flex:none;text-align:center;width:100%}.event-rating-wrapper.stars-mobile-left .stars-container{align-self:flex-start}.event-rating-wrapper.stars-mobile-center .stars-container{align-self:center}.text-content{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1024px){.event-rating-wrapper{gap:calc(var(--gap-desktop)*.75)}.star{width:calc(var(--star-size)*.85)}.text-content{font-size:1.0625rem}}@media screen and (min-width:769px){.event-rating-wrapper{flex-wrap:nowrap;justify-content:center}.stars-container{flex:0 0 auto;min-width:fit-content}.text-content{flex:0 1 auto;min-width:0}}.event-rating-module{--star-filled-rgb:232,208,63;--star-empty-rgb:232,208,63;--text-color-rgb:255,255,255;--bg-color-rgb:61,85,86}.event-rating-module:focus-within{outline:2px solid currentColor;outline-offset:2px}@media print{.event-rating-module{background-color:#3d5556!important;color:#fff!important}}