/*
Generated time: May 20, 2025 06:04
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.page-card{display:flex;height:100%;word-break:break-word}.page-card .page-card__container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:32px 16px;flex-direction:column;gap:16px;background-color:var(--color-background-secondary,#f6f6f6);border-radius:calc(var(--global-border-radius) * 2)}.page-card .page-card__title{overflow:hidden;display:-webkit-box;text-align:center;word-wrap:break-word;hyphens:auto;-webkit-line-clamp:3;-webkit-box-orient:vertical}.page-card .page-card__description{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:0 16px;text-align:center;font-size:var(--body-font-size);line-height:1.5;color:var(--color-text-secondary)}.page-card .page-card__button{padding:4px 30px}.page-card .page-card__button svg{width:16px;height:16px}@media (max-width:1199.98px){.page-card .page-card__container{padding:24px 16px}.page-card .page-card__button{font-size:calc(var(--body-font-size) * .875);line-height:1.286}}