.sportsbook-author-header__container{display:flex;padding:3rem 0;text-decoration:none;width:100%}@media (max-width:1200px){.sportsbook-author-header__container{flex-direction:column}}@media (max-width:576px){.sportsbook-author-header__container{padding:2rem 0}}.sportsbook-author-header__container .container__meta{display:flex;gap:2rem;justify-content:space-between;max-width:800px;width:100%}@media (min-width:576px){.sportsbook-author-header__container .container__meta{gap:4rem;margin-right:4rem}}@media (max-width:768px){.sportsbook-author-header__container .container__meta{flex-wrap:wrap}}.sportsbook-author-header__container .container__info-container{display:flex;gap:1rem;height:min-content}.sportsbook-author-header__container .container__info-container--updated-on{height:80px}.sportsbook-author-header__container .container__info-container--updated-on .info-container__info{margin-bottom:4px}@media (max-width:576px){.sportsbook-author-header__container .container__info-container--updated-on{padding-left:70px}}.sportsbook-author-header__container .container__info-container .info-container__avatar{background:var(--color-secondary);border-color:var(--color-secondary);border-style:solid;border-width:1px;clip-path:circle(39px);height:80px;width:80px}.sportsbook-author-header__container .container__info-container .info-container__avatar img{clip-path:circle(38px);height:100%;object-fit:cover;width:100%}@media (max-width:576px){.sportsbook-author-header__container .container__info-container .info-container__avatar{background:var(--color-secondary);border-color:var(--color-secondary);border-style:solid;border-width:1px;clip-path:circle(29px);height:60px;width:60px}.sportsbook-author-header__container .container__info-container .info-container__avatar img{clip-path:circle(28px);height:100%;object-fit:cover;width:100%}}.sportsbook-author-header__container .container__info-container .info-container__info{align-self:center;display:flex;flex-direction:column;line-height:1.6}.sportsbook-author-header__container .container__info-container .info-container__tagline{white-space:nowrap}@media (max-width:576px){.sportsbook-author-header__container .container__info-container .info-container__tagline{font-size:1.3rem}}.sportsbook-author-header__container .container__info-container .info-container__name{font-family:var(--font-secondary);font-size:2rem;white-space:nowrap}@media (max-width:576px){.sportsbook-author-header__container .container__info-container .info-container__name{font-size:1.6rem}}.sportsbook-author-header__container .container__info-container .info-container__address{font-style:normal}.sportsbook-author-header__container .container__dropdown{background:#f5f7fa;border-radius:10px;height:fit-content;margin:1rem auto auto;max-width:750px;z-index:20}@media (max-width:768px){.sportsbook-author-header__container .container__dropdown{margin-top:2rem}}.sportsbook-author-header__container .container__dropdown .dropdown__title-container{color:var(--color-primary);cursor:pointer;display:flex;font-family:var(--font-secondary);margin:auto 0;padding:1.3rem;width:100%}.sportsbook-author-header__container .container__dropdown .dropdown__chevron{color:inherit;font-style:normal;margin-left:auto;margin-right:1rem;opacity:.5;pointer-events:none;text-align:right;transition:transform .4s ease;width:1.8rem}.sportsbook-author-header__container .container__dropdown .dropdown__chevron.show{transform:rotate(180deg)}.sportsbook-author-header__container .container__dropdown .dropdown__icon{width:3.5rem}.sportsbook-author-header__container .container__dropdown .dropdown__title{display:flex;flex-direction:column;justify-content:center;margin-left:1rem}.sportsbook-author-header__container .container__dropdown .dropdown__text{color:var(--color-primary);font-weight:400;max-height:0;overflow:hidden;padding:0 2.2em;transition:max-height .4s ease,padding .4s ease,margin .4s ease;width:100%}.sportsbook-author-header__container .container__dropdown .dropdown__text p{margin-top:1rem}.sportsbook-author-header__container .container__dropdown .dropdown__text.show{margin-bottom:2rem;max-height:300px}.sportsbook-author-header--pink-gradient{background:linear-gradient(359deg,var(--color-secondary) 0,var(--color-primary) 125%)}