.eofy-pb{border:1.5px solid #d0d0d0;border-radius:8px;display:flex;flex-direction:row;align-items:center;gap:1.6rem;padding:1.2rem 1.6rem;background:#fff;margin:1.2rem 0;}
.eofy-pb__img{width:90px;height:90px;flex-shrink:0;border-radius:6px;overflow:hidden;}
.eofy-pb__img img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block;}
.eofy-pb__title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:0.3rem;}
.eofy-pb__sub{font-size:1.3rem;color:#444;line-height:1.5;margin-bottom:0.5rem;}
.eofy-pb__tcs{font-size:1.2rem;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;font-family:inherit;color:inherit;}
.eofy-pb__modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:9999;align-items:center;justify-content:center;}
.eofy-pb__modal.is-open{display:flex;}
.eofy-pb__modal-box{background:#fff;border-radius:10px;padding:3rem 3.4rem;max-width:440px;width:90%;position:relative;}
.eofy-pb__modal-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;}
.eofy-pb__modal-body{font-size:1.3rem;color:#555;line-height:1.7;}
.eofy-pb__modal-close{position:absolute;top:1rem;right:1.4rem;background:none;border:none;font-size:2.2rem;cursor:pointer;color:#888;line-height:1;}
