/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.linkedin-title, .linkedin-description{
    color:#000 !important;
}
.linkedin-events {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch;
    padding: 2rem;
    justify-content: center;
}

.linkedin-event {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(20% - 25.6px);
    box-sizing: border-box;
    justify-content: space-between;
    gap: 0.5rem;
}

.linkedin-button {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 0.75rem 2rem;
    background-color: #c92000;
    color:white !important;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 50%;
}

.linkedin-button:hover {
    color:#c92000 !important;
    background-color: white;
    border: 1px solid #c92000;
}

.linkedin-events-pagination {
    padding: 1rem;
    display:flex;
    justify-content: space-between;
}

.linkedin-events-pagination button{
    color:#fff;
    transition: all 0.3s ease-in-out;
    background-color: #c92000;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.linkedin-events-pagination button:hover{
    color:#c92000 !important;
    background-color: white;
    border: 1px solid #c92000;
}
