body.single-post .e-content a{color:#1D1ECA;text-decoration:none;font-weight:600;position:relative;transition:color 0.3s ease-in-out}body.single-post .e-content a::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#1D1ECA;transform:scaleX(0);transform-origin:left;transition:transform 0.3s ease-in-out}body.single-post .e-content a:hover::after{transform:scaleX(1)}