/* ConfiaSite — https://confiasite.com.br/ */
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    margin-bottom: 20px;
}

.card-header {
    background: #007bff;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}

.highlight {
    font-weight: bold;
    color: #007bff;
}

.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.category-pill {
    padding: 8px 16px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: .875rem;
    transition: all .2s;
}

.category-pill:hover,
.category-pill.active {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.app-icon {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.app-icon-lg {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.rating-text {
    font-size: .875rem;
    color: #6b7280;
}

.app-content {
    font-size: 1.06rem;
    line-height: 1.85;
}

.app-content h2,
.app-content h3 {
    margin-top: 1.2em;
    margin-bottom: .5em;
    font-weight: bold;
}

.app-content p {
    margin-bottom: 1rem;
}

.screenshot-swiper {
    border-radius: 10px;
    overflow: hidden;
}

.screenshot-swiper .swiper-slide img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-domains {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.domain-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 15px;
}

.domain-item {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.domain-item a {
    color: #007bff;
    text-decoration: none;
}

.domain-item a:hover {
    text-decoration: underline;
}

.site-footer-dark {
    background-color: #222;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.site-footer-dark a {
    color: #fff;
}

.breadcrumb {
    background: transparent;
}
