/* Offset: mgi-site-layout.css (#new-home-root .mgi-site-main > .db-v2 > main) */

.db-v2 .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.db-v2-architectural-grid {
    background-image: radial-gradient(circle, #e2e2e2 1px, transparent 1px);
    background-size: 40px 40px;
}

.db-v2-filter-select {
    border-bottom-color: rgba(143, 112, 108, 0.45);
}

.db-v2-filter-select:focus {
    border-bottom-color: #71130d;
    outline: none;
    box-shadow: none;
}

.db-v2-doc-row {
    transition: background-color 0.2s ease;
}

.db-v2-doc-row--alt {
    background-color: rgba(243, 243, 243, 0.35);
}

.db-v2-search-input::placeholder {
    color: rgba(95, 94, 94, 0.65);
}

.db-v2-search-input::-webkit-search-cancel-button {
    display: none;
}

.db-v2-spinner {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid rgba(113, 19, 13, 0.2);
    border-top-color: #71130d;
    border-radius: 50%;
    animation: db-v2-spin 0.7s linear infinite;
}

@keyframes db-v2-spin {
    to {
        transform: rotate(360deg);
    }
}

[data-db-load-more]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.db-v2-doc-row:hover {
    background-color: #ffffff;
}

.db-v2-row-hover {
    position: relative;
    z-index: 0;
    transition: background-color 0.32s ease, color 0.32s ease, transform 0.28s ease;
}

.db-v2-row-hover:hover,
.db-v2-row-hover:focus-within {
    background-color: #71130d !important;
    color: #ffffff;
    transform: translateX(2px);
    z-index: 1;
}

.db-v2 .db-v2-cell-download {
    color: #71130d !important;
    transition: color 0.32s ease;
}

.db-v2 .db-v2-cell-download .material-symbols-outlined {
    color: inherit;
}

.db-v2-row-hover:hover .db-v2-cell-date,
.db-v2-row-hover:hover .db-v2-cell-title,
.db-v2-row-hover:hover .db-v2-cell-sub,
.db-v2-row-hover:hover .db-v2-cell-badge,
.db-v2-row-hover:hover .db-v2-cell-download,
.db-v2-row-hover:focus-within .db-v2-cell-date,
.db-v2-row-hover:focus-within .db-v2-cell-title,
.db-v2-row-hover:focus-within .db-v2-cell-sub,
.db-v2-row-hover:focus-within .db-v2-cell-badge,
.db-v2-row-hover:focus-within .db-v2-cell-download {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}

@media (max-width: 767.98px) {
    .db-v2-doc-table-head {
        display: none;
    }

    .db-v2-doc-row {
        display: block;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .db-v2-doc-row > div {
        max-width: 100%;
    }
}
