.offerings-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:rgba(0,0,0,.45);animation:offerings-modal-fade-in .2s ease}.offerings-modal__panel{width:100%;max-width:720px;max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px);background:#fff;border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.18);display:flex;flex-direction:column;overflow:hidden;animation:offerings-modal-slide-in .25s cubic-bezier(.16,1,.3,1)}.offerings-modal__header{position:relative;padding:24px 24px 8px;flex-shrink:0}.offerings-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:16px;padding:0;border:none;border-radius:50%;background:transparent;color:#222;cursor:pointer;transition:background-color .15s ease}.offerings-modal__close:hover{background:#f7f7f7}.offerings-modal__title{margin:0;font-size:22px;font-weight:600;line-height:1.25;color:#222}.offerings-modal__body{padding:8px 24px 32px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1 1;min-height:0}.offerings-modal__grid{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;grid-gap:16px 32px;gap:16px 32px}@media(min-width:768px){.offerings-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 48px}}.offerings-modal__grid--with-descriptions{gap:24px 48px}@media(min-width:768px){.offerings-modal__grid--with-descriptions{grid-template-columns:1fr}}.offerings-modal__item{display:flex;align-items:flex-start;gap:16px;min-width:0}.offerings-modal__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#222;margin-top:1px}.offerings-modal__content{flex:1 1;min-width:0}.offerings-modal__label{display:block;font-size:16px;font-weight:400;line-height:1.43;color:#222}.offerings-modal__grid--with-descriptions .offerings-modal__label{font-weight:600;line-height:1.25}.offerings-modal__description{margin:4px 0 0;font-size:16px;font-weight:400;line-height:1.43;color:#717171}@keyframes offerings-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes offerings-modal-slide-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:767px){.offerings-modal{padding:0;align-items:flex-end;height:100vh;height:100dvh}.offerings-modal__panel{max-width:none;max-height:92vh;max-height:92dvh;border-radius:12px 12px 0 0}}.google-rating-badge{display:flex;flex-direction:row;align-items:center;gap:4px;padding:0;background:transparent;border:none;min-width:auto}.google-rating-badge__logo{flex-shrink:0}.google-rating-badge__logo svg{display:block}.google-rating-badge__content{display:flex;flex-direction:column;align-items:center;text-align:center}.google-rating-badge__rating{display:flex;align-items:center;gap:8px;margin-bottom:4px}.google-rating-badge__score{font-size:22px;font-weight:700;color:#1f2937;line-height:1}.google-rating-badge__stars{display:flex;gap:2px}.google-rating-badge__stars i{font-size:13px;color:#fbbf24}.google-rating-badge__stars .far{color:#e5e7eb}.google-rating-badge__count{font-size:10px;color:#6b7280;font-weight:500}@media(max-width:768px){.google-rating-badge{gap:10px}.google-rating-badge__logo svg{width:20px;height:20px}.google-rating-badge__score{font-size:20px}.google-rating-badge__stars i{font-size:12px}.google-rating-badge__count{font-size:10px}}