/* Riproduzione ordinata della pagina tecnica Wix */
/* Un solo foglio: il contenitore interno non deve sporgere sul fondo pagina. */
#page {
    max-width: 1000px;
}

#page .caratteristiche-page-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    box-shadow: none;
}
.caratteristiche-page-wrap {
    max-width: 900px;
    padding-top: 24px;
}

.caratteristiche-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 22px 55px;
    color: #182838;
    text-align: center;
}

.caratteristiche-title {
    margin: 0 auto 42px;
}

.caratteristiche-title h1 {
    margin: 0;
    color: #0b2f50;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}

.caratteristiche-title strong {
    color: #6d1f28;
    font-weight: 500;
}

.ship-record {
    margin: 0 auto 48px;
}

.ship-record h2 {
    margin: 0 0 2px;
    color: #6d1f28;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}

.ship-record h2 span {
    font-size: .86em;
}

.ship-record p {
    margin: 1px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.22;
}

.ship-profile-link {
    display: block;
    width: min(540px, 90%);
    margin: 30px auto 0;
    padding: 12px;
    background: #f7f1e3;
    border: 1px solid #d8c9a2;
    box-shadow: 0 8px 22px rgba(8, 35, 57, .08);
    cursor: zoom-in;
}

.ship-profile-link img {
    display: block;
    width: 100%;
    height: auto;
}

.ship-record-pair {
    margin-top: 55px;
}

.ship-without-profile {
    margin-bottom: 28px;
}

.displacement-section {
    margin: 44px auto 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.displacement-section header {
    padding: 12px 18px;
    background: #0b2f50;
    color: #f4e7bf;
    border-bottom: 3px solid #d4b878;
    text-align: center;
}

.displacement-section header strong,
.displacement-section header span {
    display: block;
}

.displacement-section header strong {
    font-size: 16px;
}

.displacement-section header span {
    font-size: 13px;
}

.displacement-section table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.displacement-section th,
.displacement-section td {
    padding: 9px 13px;
    border: 0;
}

.displacement-section th {
    width: 35%;
    background: #e2d7bd;
    font-weight: 600;
}

.displacement-section td:nth-child(2) {
    width: 38%;
}

.displacement-section tr:nth-child(-n+3) td { background: #f7f1e3; }
.displacement-section tr:nth-child(n+4):nth-child(-n+6) td { background: #eee6d6; }
.displacement-section tr:nth-child(n+7) td { background: #e3d8c2; }
.displacement-section tr:nth-child(n+4):nth-child(-n+6) th { background: #d8c9a8; }
.displacement-section tr:nth-child(n+7) th { background: #cbb98f; }

.technical-boards {
    margin: 28px auto 34px;
}

.technical-board {
    display: block;
    width: min(610px, 94%);
    margin: 16px auto;
    padding: 13px;
    background: #f7f1e3;
    border: 1px solid #d8c9a2;
    box-shadow: 0 8px 22px rgba(8, 35, 57, .08);
    cursor: zoom-in;
}

.technical-board img {
    display: block;
    width: 100%;
    height: auto;
}

.technical-details {
    width: min(610px, 94%);
    margin: 34px auto 0;
    font-family: Arial, Helvetica, sans-serif;
}

.technical-details section {
    margin: 0 0 34px;
}

.technical-details h2 {
    margin: 0 0 8px;
    color: #6d1f28;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
}

.technical-details ul {
    margin: 0;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
}

@media (max-width: 600px) {
    .caratteristiche-page-wrap { padding: 18px 0 0; }
    .caratteristiche-page { padding: 0 15px 38px; }
    .caratteristiche-title { margin-bottom: 34px; }
    .caratteristiche-title h1 { font-size: 18px; }
    .ship-record h2 { font-size: 19px; }
    .ship-record p { font-size: 13px; }
    .ship-profile-link,
    .technical-board { width: 100%; }
    .displacement-section { overflow-x: auto; }
    .displacement-section table { min-width: 500px; }
    .technical-details { width: 100%; }
    .technical-details h2 { font-size: 24px; }
}

