.cl-install-app-wrap {
    text-align: center;
    margin: 1.2em 0;
}
.cl-install-app-btn {
    padding: 0.7em 1.4em;
    background: #5b3a29;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
}
.cl-install-app-btn:hover { background: #7a4f38; }
.cl-ios-instructions {
    margin: 0.8em auto 0;
    padding: 1em;
    background: #fff8e1;
    border: 1px solid #ffd54f;
    border-radius: 8px;
    text-align: left;
    max-width: 380px;
}
.cl-ios-instructions p { margin: 0; }
