﻿.gov-card-link {
    text-decoration: none;
    color: inherit;
}

.gov-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 0;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.gov-card-link:hover .gov-card {
    border-color: #ff0000;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.gov-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    
}

.gov-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gov-icon i {
        font-size: 1.15rem;
        line-height: 1;
        color: #000;
    }

.gov-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}

.gov-card-text {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: justify;
}

.gov-badge {
    background-color: #f3f3f3;
    color: #000;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

.cards-tag {
    background: #f3f3f3;
}