/* Custom styles for mayachar.fyi */

/* Homepage profile layout */
.home-info-wrap {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.home-info-text {
    flex: 1;
}

.home-info-profile {
    flex-shrink: 0;
    text-align: center;
}

.home-profile-img {
    width: 75px;
    height: 75px;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block;
    margin: 0 auto;
}

.home-profile-name {
    margin-top: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.home-profile-title {
    font-size: 0.85rem;
    color: var(--secondary);
    margin: 0;
}

@media (max-width: 600px) {
    .home-info-wrap {
        flex-direction: column-reverse;
        text-align: center;
    }
}
