.followingArea{-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;z-index:10;width:100%;height:80px;border-top:1px solid #F2F2F2;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.1);box-shadow:0 4px 10px 0 rgba(0,0,0,.1);background-color:rgba(255,255,255,.96);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.followingArea__buttonWrapper{position:relative}.followingArea__button{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:334px;border-radius:6px;padding:16px 32px;font-size:18px;font-weight:700;line-height:1.25;letter-spacing:.04em;text-align:center}.followingArea__button--green{background-color:#198834;color:#FFF}.followingArea__button--green:hover{background-color:#177B2F;color:#FFF;text-decoration:none}.followingArea__button--yellow{background-color:#FFE300;color:#000}.followingArea__button--yellow:hover{background-color:#E6CD00;color:#000;text-decoration:none}.followingArea__buttonChevron{position:absolute;top:50%;right:6px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.followingArea__buttonChevron--white{color:#FFF}