/* @font-face {
    font-family: Seory;
    src: url(/fonts/Daydream\ DEMO.woff2);
}

body {
    background-color: #dfdfdf;
    color: #000;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    border-bottom: 1px solid #dfdfdf;
}

.logo .seory {
    font-family: Oswald;
    font-weight: bold;
    font-size: 33px;
    display: block;
}

.logo .psychiatry {
    font-family: Oswald;
    color: #000;
    font-size: 20px;
}

.links a {
    margin-left: 20px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px;
    border-bottom: 1px solid #ddd;
}

.navbar ul{
    list-style: none;
    display: flex;
    gap: 20px;
}

.navbar li {
    font-size: 17px;
    cursor: pointer;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #ffffff;
    color: #000;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    border-bottom: 1px solid #ddd;
}

.logo .lancet {
    font-weight: bold;
    font-size: 22px;
    display: block;
}

.logo .psychiatry {
    color: #1e5aa8;
    font-size: 20px;
}

.auth-links a {
    margin-left: 20px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px;
    border-bottom: 1px solid #ddd;
}

.navbar ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.navbar li {
    font-size: 14px;
    cursor: pointer;
}

.search-box input {
    padding: 6px 10px;
    border: 1px solid #ccc;
}

.hero {
    background-color: #0a4c7a;
    color: #fff;
    padding: 60px 80px;
}

.feature {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hero h1 {
    font-size: 32px;
    max-width: 900px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.read-more {
    padding: 10px 18px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    background-color: #f4f6f8;
}

.actions button {
    padding: 10px 18px;
    background-color: #0a4c7a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.current-issue {
    padding: 40px 60px;
}

.current-issue h2 {
    margin-bottom: 20px;
}

.issue-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.issue-card {
    height: 220px;
    background-color: #e0e0e0;
}
