﻿.card-style-fifteen {
    background: #FFF !important;
    padding: 0px !important;
}



.card-social {
    width: 100%;
    max-width: 280px;
    margin-bottom: 50px;
}

    .card-social:hover {
        transform: translateY(-5px);
    }

    .card-social img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 416px;
    }

.card-footer-linkedin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ddf1e8;
    padding: 16px;
    color: #004b3a;
    min-height: 100px !important;
}

    .card-footer-linkedin .left {
        display: flex;
        align-items: center;
    }

    .card-footer-linkedin .icon {
        background-color: white;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 0 0;
        font-size: 1.2rem;
        margin-right: 12px;
    }

    .card-footer-linkedin .text {
        line-height: 1.2;
    }

        .card-footer-linkedin .text .name {
            font-weight: bold;
            font-size: 1rem;
        }

        .card-footer-linkedin .text .title {
            font-size: 0.85rem;
            opacity: 0.9;
        }

    .card-footer-linkedin .arrow {
        font-size: 1.2rem;
        transition: transform 0.3s ease;
    }

.card-social:hover .arrow {
    transform: translateX(4px);
}
