.PlanListTabNav{max-width:672px;width:100%;margin:0 auto 24px;padding:0 24px;box-sizing:border-box;display:flex}@media(max-width:800px){.PlanListTabNav{margin-bottom:4px}}.PlanListTabNav__item{flex:1 1;border-radius:.125rem .125rem 0 0}.PlanListTabNav__item__link__text{font-weight:600;color:#fff8e7;text-align:center;width:100%}.PlanListTabNav__item__link__text[data-selected=true]{color:#d0f08b}.PlanListTabNav__item__link__bottom-border{animation-name:bottom-border-animation;animation-duration:.8s;height:4px;border-radius:2px;background-color:#d0f08b}@keyframes bottom-border-animation{0%{background-color:rgba(0,0,0,0)}to{background-color:#d0f08b}}