.pcq-card {
    padding: 16px 18px;
    margin-bottom: 14px;
}
.pcq-shell-heading {
    margin-bottom: 12px;
}
.pcq-app-mount {
    min-height: 460px;
    border: 1px solid var(--yst-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.pcq-app-mount > * {
    max-width: 100% !important;
}
#root footer,
#root [class*="footer"],
#root [class*="Footer"],
#root > div > footer {
    display: none !important;
}
#root input,
#root select,
#root textarea {
    border-radius: 8px !important;
}
#root button {
    border-radius: 8px !important;
    cursor: pointer;
}
#root a {
    color: var(--yst-brand);
}
.yst-ad-bottom {
    margin-top: 16px;
}
@media (max-width: 768px) {
    .pcq-app-mount {
        min-height: 520px;
    }
}
