/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 16:42:35 */
.uni {
	padding: 20px 0px;
}

.uni h3 {
	font-weight:bold;
	margin-bottom:0px;
}

.uni .linkuni {
	margin-bottom:30px;
}
.uni .table a {
	text-decoration:none;
}

.uni .icona {
	font-size:30px;
}

    .universita-carousel-wrapper {
        margin: 20px 0;
    }
    
    .universita-carousel-item {
        padding: 10px;
    }
    
    .universita-card {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .universita-card:hover {
        transform: translateY(-5px);
    }
    
    .universita-image {
        height: 200px;
        overflow: hidden;
    }
    
    .universita-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .universita-content {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    
    .universita-title {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 15px;
        color: #333;
        text-align: center;
    }
    
    .universita-updates {
        margin-bottom: 20px;
        flex-grow: 1;
        text-align: center;
    }
    
    .novita-title {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #007cba;
        border-bottom: 2px solid #007cba;
        padding-bottom: 5px;
    }
    
    .update-item {
        margin: 8px 0;
        color: #333;
        font-weight: 500;
        background: #f8f9fa;
        padding: 8px 12px;
        border-radius: 5px;
        border-left: 4px solid #007cba;
    }
    
    .no-updates {
        color: #999;
        font-style: italic;
        margin: 10px 0;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 5px;
    }
    
    .universita-link {
        margin-top: auto;
        text-align: center;
    }
    
    .btn-universita {
        display: inline-block;
        background: #007cba;
        color: white;
        padding: 12px 24px;
        text-decoration: none;
        border-radius: 5px;
        transition: background 0.3s ease;
        font-weight: 500;
    }
    
    .btn-universita:hover {
        background: #005a8a;
        color: white;
        text-decoration: none;
    }
    
    .owl-nav button {
        background: #007cba !important;
        color: white !important;
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
    }
    
    .owl-nav button:hover {
        background: #005a8a !important;
    }
    
    .owl-dots .owl-dot span {
        background: #007cba !important;
    }
    
    @media (max-width: 768px) {
        .universita-image {
            height: 150px;
        }
        
        .universita-content {
            padding: 15px;
        }
        
        .universita-title {
            font-size: 1.2em;
        }
        
        .novita-title {
            font-size: 1em;
        }
    }