/*
Theme Name: PIN-UP Social Casino
Theme URI: https://pin-up.world
Author: PIN-UP
Description: Social Casino WordPress Theme with Slot Animation
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: #0b001a;
    color: #fff;
}

header {
    background: linear-gradient(90deg, #ff007f, #ffcc00);
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

.hero {
    text-align: center;
    padding: 60px 20px;
}

.slot-machine {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.reel {
    width: 100px;
    height: 120px;
    margin: 10px;
    background: #fff;
    color: #000;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.spin-btn {
    margin-top: 30px;
    padding: 15px 40px;
    background: #ff007f;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-radius: 30px;
}

.news-section {
    padding: 60px 20px;
    background: #15002b;
}

.news-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.news-item {
    margin-bottom: 20px;
    padding: 20px;
    background: #220044;
    border-radius: 10px;
}
