/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.casinos-page {
    font-family: "inter", sans-serif;
}

.casinos-page header {
    background-color: #fff;
    text-align: center;
}

.casinos-page header img {
    display: block;
    margin: auto;
    padding: 16px;
}

.casinos-page header .header-content h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

.casinos-page header .header-content .header-content__inner {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #646464;
    margin-bottom: 0;
}

.casinos-page header .header-content .header-content__inner p {
    margin-bottom: 0;
}

.casinos-page header .header-content {
    padding: 48px 16px;
    background-color: #F0EFF9;
}

.casinos-page main {
    padding: 24px 16px;
    background-color: #F8F8FC;
}

/** Casinos **/
.casinos-page .casinos-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.casinos-page .casinos-wrapper .casino-item {
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #E6EAF5;
}

.casinos-page .casinos-wrapper .casino-item .casino-item__top {
    display: flex;
    align-items: center;
}

.casinos-page .casinos-wrapper .casino-item .casino-item__top img {
    margin-right: 15px;
}

.casinos-page .casinos-wrapper .casino-item p {
    margin-bottom: 0;
    color: #000000;
}

.casinos-page .casinos-wrapper .casino-item p.casino-item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.casinos-page .casinos-wrapper .casino-item p.casino-item__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.casinos-page .casinos-wrapper .casino-item .casino-item__link {
    margin-top: 24px;
    padding: 20px 0;
    display: block;
    background-color: #13D371;
    color: #000000;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.casinos-page footer {
    background-color: #000000;
    text-align: center;
    padding: 32px 24px;
}

.casinos-page footer .footer-image {
    margin-bottom: 32px;
    max-width: 327px;
    width: 100%;
}

.casinos-page footer .footer-copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #BBBBBB;
    margin-bottom: 24px;
}

.casinos-page footer .sc-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
}
