﻿.hero-body {
    padding: 2rem 1.5rem;
}

.media-object {
    border-radius: 50%;
}

.table-container {
    overflow-x: auto;
}

@media screen and (max-width: 768px) {
    .table-container {
        font-size: 0.875rem;
    }

    .media-content .title.is-6 {
        font-size: 0.875rem;
    }

    .media-content .subtitle.is-7 {
        font-size: 0.75rem;
    }

    .tag.is-medium {
        font-size: 0.75rem;
    }
}

.notification.is-info.is-light {
    background-color: #eff5fb;
    border: 1px solid #bdd8f0;
}

.box:hover {
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    transition: box-shadow 0.3s ease;
}

.table tr:hover {
    background-color: #fafafa;
}

.avatar {
    width: 32px;
    height: 32px;
}
