body {
    font-family: sans-serif;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 11pt;
}

nav,
footer,
.navbar,
.site-header {
    display: none !important;
}

iframe,
.video-placeholder {
    display: none !important;
}

img {
    max-width: 60% !important;
    height: auto !important;
    width: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000 !important;
    font-weight: bold;
    page-break-after: avoid;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

h2, h3 {
    page-break-before: always !important; 
}

table {
    page-break-inside: auto;
}

p {
    orphans: 2;
    widows: 2;
    margin-bottom: 8px !important;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 8px !important;
}

table,
th,
td {
    border: 1px solid #000;
    padding: 4px;
    text-align: left;
}

th {
    background-color: #eee;
}

tr {
    page-break-inside: avoid;
}

ul,
ol {
    margin-bottom: 8px !important;
    padding-left: 20px;
}

li {
    margin-bottom: 4px !important;
}

.main-container,
.card-container,
.strategies-container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 8px !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.card {
    border: 1px solid #ccc;
    margin-bottom: 8px !important;
}

.card-body {
    padding: 8px !important;
}

.card-title {
    font-size: 1.1em;
    margin-bottom: 4px !important;
}

.card-text {
    font-size: 0.9em;
}

.btn {
    display: none !important;
}

form {
    margin-top: 8px !important;
}

label {
    display: inline-block;
    margin-right: 8px;
}

input[type="radio"] {
    margin-right: 4px;
}

button[type="submit"] {
    display: none !important;
}

section,
.game-section,
.strategy-section {
    page-break-inside: avoid;
    margin-bottom: 15px !important;
}

hr {
    border: 1px solid #ccc;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.container,
.container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col,
.col-md-*,
.col-lg-* {
    width: 100% !important;
    float: none !important;
    display: block !important;
}