.gdoc-arvore {
    font-family: "Segoe UI", Tahoma, sans-serif;
    padding: 2rem;
    font-size: 1.1rem;
}
.gdoc-pastas {
    list-style: none;
    padding-left: 0;
}
.gdoc-pasta-item {
    margin-bottom: 1rem;
}
.gdoc-toggle {
    cursor: pointer;
    font-weight: 500;
    background-color: #f1f1f1;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}
.gdoc-toggle:hover {
    background-color: #e2e6ea;
}
.gdoc-icon {
    font-size: 1.2rem;
}
.gdoc-subconteudo {
    margin-left: 2rem;
    margin-top: 0.5rem;
    display: none;
}
.gdoc-documento {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.25rem 0;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    text-decoration: none;
    color: #212529;
    font-size: 1rem;
    transition: background 0.2s ease;
}
.gdoc-documento:hover {
    background-color: #e9ecef;
}
.gdoc-documento .text-muted {
    font-size: 0.9rem;
    color: #6c757d !important;
}

.gdoc-card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}
.gdoc-card {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid #dee2e6;
}
.gdoc-card-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.gdoc-card-meta {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}
.gdoc-card-download {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    background: #0d6efd;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}
.gdoc-card-download:hover {
    background: #084298;
}

.gdoc-documentos {
    list-style: none;
    padding-left: 1rem;
    margin-top: 1rem;
}
.gdoc-documentos li {
    margin-bottom: 0.5rem;
}
.gdoc-documento {
    display: inline-block;
    background: #f8f9fa;
    padding: 0.4rem 0.75rem;
    border-radius: 0.25rem;
    color: #212529;
    text-decoration: none;
    font-size: 1rem;
}
.gdoc-documento:hover {
    background: #e9ecef;
}

.gdoc-pastas {
    list-style: none;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
    margin-left: 0.5rem;
}
.gdoc-pasta-item {
    margin: 0.25rem 0;
    padding-left: 0.5rem;
    position: relative;
}
.gdoc-pasta-item::before {
    content: "";
    position: absolute;
    left: -1rem;
    top: 0.9rem;
    width: 0.8rem;
    height: 1px;
    background-color: #ccc;
}
.gdoc-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 14px;
}
.gdoc-subconteudo {
    margin-left: 1rem;
    display: none;
}
.gdoc-icon {
    font-size: 16px;
}
.gdoc-documentos {
    list-style: none;
    padding-left: 1.5rem;
    margin-top: 0.25rem;
}
.gdoc-documentos li {
    margin-bottom: 0.25rem;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 13.5px;
}
.gdoc-documento {
    text-decoration: none;
    color: #1a1a1a;
    padding: 0.2rem 0.4rem;
    display: inline-block;
    border-radius: 4px;
}
.gdoc-documento:hover {
    background-color: #e6f0ff;
}

.gdoc-explorer {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 14px;
}
.gdoc-header, .gdoc-explorer-row {
    display: flex;
    padding: 4px 8px;
    border-bottom: 1px solid #ddd;
}
.gdoc-header {
    font-weight: 600;
    background: #f1f1f1;
}
.gdoc-explorer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gdoc-col-name {
    flex: 1;
}
.gdoc-col-tipo {
    width: 100px;
    text-align: left;
}
.gdoc-col-data {
    width: 160px;
    text-align: left;
}
.gdoc-toggle {
    cursor: pointer;
}
.gdoc-toggle:hover {
    background-color: #e8f0fe;
}
.gdoc-subconteudo {
    padding-left: 1.5rem;
    display: none;
}

.gdoc-icon {
    font-size: 16px;
    margin-right: 6px;
}
.gdoc-subconteudo {
    display: none;
    background: #fcfcfc;
}
.gdoc-subconteudo td {
    padding: 0 !important;
}
