/*
Theme Name: KyprosList Theme Final
Theme URI: https://kyproslist.com/
Author: Your Name
Description: Final version of KyprosList custom WordPress theme.
Version: 1.0
*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}
header {
    background-color: #d72638;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
header .site-logo {
    max-height: 60px;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
nav ul li {
    display: inline;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.custom-logo {  height: auto;  width: auto;  max-height: 80px; /* ή ό,τι ύψος θες */}