/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.senast-spelade-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr); /* Mobil: 2 kolumner */
}

@media (min-width: 768px) {
    .senast-spelade-container {
        grid-template-columns: repeat(3, 1fr); /* Surfplatta: 3 kolumner */
    }
}

@media (min-width: 1024px) {
    .senast-spelade-container {
        grid-template-columns: repeat(6, 1fr); /* Desktop: 7 kolumner */
    }
}

.senast-spelade-item {
    display: flex;
    flex-direction: column; /* Behåller element i en vertikal stack */
    align-items: flex-start; /* Texten inte centrerad */
}

.senast-spelade-item img {
    width: 150px; /* Fast bredd */
    height: 150px; /* Gör bilden kvadratisk */
    object-fit: cover; /* Beskär/skalera för att passa in */
    margin-bottom: 10px;
}

.senast-spelade-item h4 {
    font-size: 16px;
    margin: 5px 0;
    text-align: left; /* Säkerställ vänsterjustering */
}

.senast-spelade-item p {
    font-size: 14px;
    margin: 0;
    text-align: left; /* Säkerställ vänsterjustering */
}

.senast-spelade-item span {
    color: #F31D1D;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: left; /* Säkerställ vänsterjustering */
}

.tabla-container h2 {
	margin-bottom:20px;
	margin-top:20px;
	font-size:44px;
}


.tabla-item {
	display: flex;
    clear: both;
    padding: 25px 0;
    width: 100%;
}

.tabla-item img {
    width: 150px; /* Fast bredd */
    height: 150px; /* Gör bilden kvadratisk */
    object-fit: cover; /* Beskär/skalera för att passa in */
    margin-bottom: 0px;
	margin-right: 15px;
	min-width: 150px;
}

.tabla-item h4 {
    font-size: 24px;
	margin: 5px 0;
    text-align: left; /* Säkerställ vänsterjustering */
}

.tabla-item p {
    font-size: 18px;
	margin: 5px 0;
    text-align: left; /* Säkerställ vänsterjustering */
}

.tabla-item span {
    color: #F31D1D;
    font-size: 20px;
	font-weight: 700;
	margin: 5px 0;
    text-align: left; /* Säkerställ vänsterjustering */
}

/* För mobiler */
@media (max-width: 480px) {

	.tabla-container h2 {
		font-size: 30px;
	}

	.tabla-item {
		display: block;
		padding: 10px 0;
	}
	
	.tabla-item img {
		width: 100%;
		height: auto;
		margin-right: 0px;
	}

	.tabla-item h4 {
		font-size: 20px;
		margin: 5px 0;
	}

	.tabla-item p {
		font-size: 16px;
		margin: 5px 0;
	}
	
	.tabla-item span {
		font-size: 18px;

	}	
	
}

// Cookiesknapp

.cc-link {
	background-color: #FFF;
    border: none;
}

.cc-link:hover {
	background-color: #FFF;
    color: #000;
    border: none;
}