.iap-adhesion-notice {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-top: 2px solid #e0c080;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 15px 40px 15px 15px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
}

.iap-adhesion-notice p {
    margin: 5px 0;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
