.app-icon-home {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
    margin: 0 auto;
}

.share-btn {
    padding: 4px 6px !important;
    border-radius: 10px;
    border-width: 2px;
}

.share-icon {
    width: 50px;
    height: 30px;
    object-fit: contain;
    opacity: 1;
}



.trusted-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 4px;   /* Only 1 small space */
    display: inline-block;
}

.trusted-text {
    font-size: 14px;
    font-weight: 600;
    color: #28a745;      /* Bootstrap green */
    line-height: 1;
}


body {
    background-color: #f4f6f9;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.card-app {
    transition: all .2s ease;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.06);
}

.card-app:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

.app-icon-sm {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
}

.app-icon-lg {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    object-fit: cover;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
