.vdb-form,
.vdb-search,
.vdb-dashboard,
.vdb-table,
.vdb-boat-grid,
.vdb-professional-grid,
.vdb-professional-contact,
.vdb-boat-specs,
.vdb-boat-gallery {
    margin: 24px 0;
}

.vdb-form {
    display: grid;
    gap: 18px;
}

.vdb-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.vdb-form label {
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.vdb-form input,
.vdb-form textarea,
.vdb-search input {
    width: 100%;
    border: 1px solid #d6dce5;
    border-radius: 6px;
    padding: 12px 14px;
    font: inherit;
}

.vdb-checkbox {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400 !important;
}

.vdb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid #0b4778;
    border-radius: 6px;
    padding: 10px 16px;
    background: #fff;
    color: #0b4778;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.vdb-button-primary {
    background: #0b4778;
    color: #fff;
}

.vdb-notice {
    border-radius: 6px;
    margin: 16px 0;
    padding: 14px 16px;
}

.vdb-notice-success {
    background: #edf8f1;
    color: #156b35;
}

.vdb-notice-error {
    background: #fff0f0;
    color: #9a1b1b;
}

.vdb-notice-info {
    background: #eef6ff;
    color: #17496f;
}

.vdb-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    align-items: stretch;
}

.vdb-dashboard > div {
    border: 1px solid #d6dce5;
    border-radius: 8px;
    padding: 18px;
}

.vdb-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.vdb-kpi {
    display: block;
    color: #0b4778;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.vdb-search {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    align-items: end;
}

.vdb-boat-grid,
.vdb-professional-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.vdb-boat-card,
.vdb-professional-card {
    border: 1px solid #d6dce5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.vdb-boat-card {
    padding-bottom: 16px;
}

.vdb-boat-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.vdb-boat-card h3,
.vdb-boat-card p,
.vdb-professional-card {
    padding-left: 16px;
    padding-right: 16px;
}

.vdb-boat-card-price {
    color: #0b4778;
    font-size: 20px;
    font-weight: 800;
}

.vdb-professional-card {
    padding-top: 18px;
    padding-bottom: 18px;
}

.vdb-table {
    width: 100%;
    border-collapse: collapse;
}

.vdb-table th,
.vdb-table td {
    border-bottom: 1px solid #d6dce5;
    padding: 12px;
    text-align: left;
}

.vdb-table td:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vdb-boat-specs dl {
    display: grid;
    grid-template-columns: minmax(140px, 220px) 1fr;
    gap: 10px 18px;
}

.vdb-boat-specs dt {
    font-weight: 800;
}

.vdb-boat-specs dd {
    margin: 0;
}

.vdb-boat-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.vdb-boat-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

.vdb-professional-contact {
    border: 1px solid #d6dce5;
    border-radius: 8px;
    padding: 20px;
}

.vdb-professional-contact .vdb-button {
    margin: 4px 8px 4px 0;
}

.vdb-help {
    color: #596575;
    font-size: 14px;
}
