/* Mobile App Development hub + topic detail pages */

.mobile-dev-landing .mobile-dev-hero-img {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 14px 48px rgba(0, 0, 0, 0.1);
}

.mobile-dev-special-card {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.mobile-dev-special-card:hover {
    box-shadow: 0 18px 48px rgba(25, 164, 158, 0.18);
    transform: translateY(-4px);
}

.mobile-dev-special-card .mobile-dev-special-thumb {
    height: 158px;
    object-fit: cover;
    width: 100%;
    display: block;
    transition: opacity 0.2s ease;
}

.mobile-dev-special-card:hover .mobile-dev-special-thumb {
    opacity: 0.95;
}

.mobile-dev-special-card .mobile-dev-special-body {
    padding: 1.35rem 1.35rem 1.55rem;
}

.mobile-dev-special-card h5 a {
    color: #1a1b1e;
    text-decoration: none;
}

.mobile-dev-special-card h5 a:hover {
    color: #19a49e;
}

.mobile-topic-banner-img {
    max-height: 400px;
    object-fit: cover;
}

.mobile-topic-page .mobile-topic-split img {
    max-height: 340px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .mobile-dev-landing .mobile-dev-hero-img {
        max-height: 300px;
    }

    .mobile-topic-banner-img {
        max-height: 260px;
    }
}
