@charset "utf-8";

/* =================== PAMATSTILS =================== */

/* Visa lapa */
body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
    background: #f3f4f6;
}

/* Visi galdi bez margin, bez liekām spraugām */
table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Galvenais ārējais 975px “rāmis” (tas viens, kas ap visu lapu) */
body > table {
    margin: 40px auto;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
    border-radius: 16px;
    overflow: hidden;
}

/* Bildes tabulās, lai nerauj layoutu ārā */
td img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Vārda dienu/datu rindiņas teksts mazliet lielāks */
table[bgcolor="#fff5d7"] td {
    font-size: 16px !important;
    font-weight: 600;
}

/* =================== SAITES =================== */

a:link,
a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #fff;
}

/* =================== KREISĀ / LABĀ NAVIGĀCIJA =================== */

.navleft,
.navright,
.navleft-bot {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navleft li a:hover,
.navleft li a:link:hover {
    color: #000;
    text-decoration: underline;
    background-color: #fce5a2;
}

.navright li a:hover {
    color: #000;
    font-weight: normal;
    height: 20px;
    width: 97%;
    text-decoration: underline;
    display: block;
    margin: 0;
    padding: 0;
}

.navleft-bot li a {
    font-weight: normal;
    width: 100%;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 3px 0 0;
}

/* Sānu izvēlnes saites */
.nav_link {
    display: block;
    color: #111827;
    font-size: 15px;
    margin: 4px 10px;
    padding: 4px 6px;
    border-radius: 6px;
}

.nav_link:hover {
    background: #fde68a;
    color: #000;
    text-decoration: none;
}

/* =================== VIDĒJAIS LAUKUMS =================== */

/* Vidējais saturs – tabulas šūna ar platumu 611 un balto fonu */
td[width="611"][valign="top"][bgcolor="#FFFFFF"] {
    padding: 0 25px 4px 25px;  /* 0px augšā, 25px pa malām, 4px apakšā */
    box-sizing: border-box;
}

/* Lielais virsraksts lapās (piem., kategoriju nosaukumi) */
.mans {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 20px 0;
}

/* .start – centrē, bet neliek lielu fontu visam iekšā */
.start {
    text-align: center;
}

/* Virsraksts .start blokā (piemēram, kategorijas nosaukums) */
.start h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

/* Jaunumu/noteikumu/pārējie teksti vidējā laukumā */
.post_text {
    margin: 0;
    padding: 4px 0 6px 0;  /* 4px augšā, 6px apakšā */
    font-size: 15px;
    line-height: 1.6;
}
/* Kostīmu sarakstu tabula (rindiņas) */
.post {
    width: 95%;
    margin: 8px auto;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

/* Kostīmu nosaukumi sarakstos */
.post_name {
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 7px;
    color: #000;
}

/* Mazāks teksta gabals – artikuli utt. */
.article {
    font-size: 12px;
}

/* Mini bildes sarakstos */
.mini {
    border: 1px solid #d1d5db;
    margin-right: 10px;
    margin-left: 10px;
}

/* Lielās bildes preču lapās */
.post_img {
    margin-right: 21px;
    margin-left: 12px;
}

/* =================== APAKŠA / BRĪDINĀJUMI =================== */

.style18 {
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.style19 {
    font-size: 12px;
    font-family: "Times New Roman", Times, serif;
    color: #000;
}

.style21 {
    font-size: 15px;
    color: #111;
    font-weight: 900;
    letter-spacing: 0.3px;
}

.style22 {
    color: red;
}

/* Brīdinājumi */
.varning {
    font-size: 16px;
    color: red;
    font-weight: 700;
}

/* Teksts kājenē (autortiesības) – ja vajag */
.footer-text {
    font-size: 11px;
    color: #6b7280;
    text-align: center;
    margin: 0;
    padding: 4px 0;
}

/* =================== MEKLĒŠANA =================== */

.search_t {
    font-size: 11px;
    text-align: center;
}

/* Poga “Meklēt” un citas */
input.button,
input.button2,
button.button {
    cursor: pointer;
    border: none;
    border-radius: 999px;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 13px;
    background: #f59e0b; /* oranžīga */
    color: #111827;
    transition: background 0.15s ease, transform 0.1s ease;
}

input.button:hover,
input.button2:hover,
button.button:hover {
    background: #d97706;
    transform: translateY(-1px);
}

input.button2 {
    border: 1px solid #999;
    font-weight: 500;
    width: 70px;
    height: 22px;
    margin-left: 55px;
}

/* =================== KONTAKTU FORMA =================== */

#contentForm {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 24px;
}

#contentForm h1 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px;
}

label {
    display: block;
    float: left;
    clear: left;
    width: 150px;
    line-height: 20px;
    margin: 5px 0;
}

input,
textarea,
select {
    font-size: 1em;
    color: #666;
    background: #F5F5F5;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 2px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #999;
    background-color: #FFF;
}

input.button {
    margin-left: 150px;
}

/* Paziņojumi pie kontakta formas */
span.required {
    font-size: 13px !important;
    color: red !important;
}

.errormsg {
    display: block;
    width: 90%;
    min-height: 22px;
    line-height: 22px;
    color: #FFF;
    font-weight: 700;
    background: #FF9D9D;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    margin: 10px 0;
    padding: 3px 10px 3px 10px;
}

.msgSent {
    font-size: 20px;
    text-align: center;
}

/* =================== ATTĒLU “WRAP” (ja kaut kur lietots) =================== */

.wrap {
    width: 146px;
    height: 146px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0;
}

.wrap a img {
    border: none;
    position: absolute;
    top: -66.5px;
    left: -150px;
    height: 400px;
    opacity: 0.5;
}

/* =================== PRECES LAPAS (view_*_cost) =================== */

.imgtable,
.imgtable p,
.imgtable li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Nosaukums zem bildes sarakstos (view_rent_sub_cat2, view_sell_sub_cat2) */
.post_name {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    text-align: left;
    line-height: 1.2;
}

/* Tabulas šūna kostīmu sarakstos – mazākas vertikālās atstarpes */
.post td {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
}

/* =================== NOMA – apakškategoriju režģis (view_rent_sub_cat) =================== */

.start table {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.start td {
    padding: 6px 10px !important;
    text-align: center !important;
}

/* Mazie kvadrātiņi ar bildi + nosaukumu (apakškategoriju režģis) */
.thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
}

.thumb-cell {
    padding: 6px !important;
    margin: 0 !important;
}

.thumb img {
    display: block;
    margin: 0 auto 4px auto;
}

/* Nosaukums zem apakškategoriju bildēm */
.thumb-title {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #111;
    text-align: center;
    max-width: 125px;
}

/* =================== LĀCIS SĀKUMLAPĀ =================== */

.header-img {
    display: block;
    margin: 0 auto;
}

.front-bear-wrap {
    text-align: center;
}

.start .front-bear {
    display: inline-block;
    margin: 10px auto 15px auto;
}

/* =================== HEADER3 IZVĒLNE =================== */

.header3 a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #000 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header3 a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

/* Separators “|” */
.nav-top {
    font-weight: 900;
    color: #000;
}
/* ===== AUGŠĒJĀ IZVĒLNE – GALVENIE LINKI ===== */
.nav-main-link {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 19px !important;
    color: #000 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 4px;
}
.nav-main-link:hover {
    color: #333 !important;
    text-decoration: underline;
}

/* Vertikālā svītriņa starp izvēlnes punktiem */
.nav-sep {
    font-weight: 900;
    color: #000000;
}
.topbar-cell {
    font-size: 15px;
    font-weight: 600;
}
.vardadienas-bloks td {
    font-size: 16px;
    font-weight: 700;
    padding: 4px 8px;
}
/* Piespiežam pelēku fonu visai lapai */
html, body {
    background: #f3f4f6 !important;
}