/*
Theme Name: RKP Academy Theme
Theme URI: https://rkpacademy.com/
Author: Your Name
Author URI: https://rkpacademy.com/
Description: A basic theme for RKP Academy.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rkpacademy_theme
*/

/* Reset dasar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

header {
    background: #333;
    color: #fff;
    padding-top: 20px;
    min-height: 70px;
    border-bottom: #77aaff 3px solid;
}

header h1 {
    text-align: center;
    margin: 0;
}

nav ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline;
    padding: 0 15px;
}

nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

nav a:hover {
    color: #ccc;
}

.main-content {
    padding: 20px 0;
    background: #fff;
    margin-top: 20px;
}

article {
    border-bottom: #ccc 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article:last-child {
    border-bottom: none;
}

.post-title a {
    text-decoration: none;
    color: #333;
}

.post-title a:hover {
    color: #77aaff;
}

.post-meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 10px;
}

footer {
    text-align: center;
    padding: 20px;
    background: #333;
    color: #fff;
    margin-top: 20px;
}
