/* Single Post Styles */

/* Hero image banner */
.single-hero {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-hero + h1.entry-title {
    margin: 1em 0 !important;
}

.post-content .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}

.post-content table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.post-content th,
.post-content td {
    padding: 0.6em 1em;
    border: 1px solid #ddd;
    text-align: left;
    white-space: nowrap;
}

.post-content th {
    background: #f5f5f5;
    font-weight: 600;
}

.post-content tr:nth-child(even) {
    background: #fafafa;
}
