﻿.box
{
    line-height: 100%;
    border-style: solid ;
    border-color: #6D8A9C; 
    border-width: 2px; 
    border-radius: 7px;
    padding: 6px;
    margin: 4px;
}
/* ==========================================
   TEMA ELEGANTE BLU SCURO + ORO
   ========================================== */

/* Sfondo generale del sito */
body {
    background: #0B1E39 !important; /* blu scuro profondo */
    color: #D4AF37 !important;      /* oro elegante */
}

/* Titoli */
h1, h2, h3, h4, h5, h6 {
    color: #D4AF37 !important;
}

/* Link */
a, a:link, a:visited {
    color: #D4AF37 !important;
}
a:hover {
    color: #F5E6A8 !important; /* oro chiaro per hover */
}

/* Contenitori principali */
.art-sheet, .art-content, .art-post, .art-block, .art-blockcontent {
    background: rgba(10,22,41,0.85) !important; /* navy elegante */
    color: #D4AF37 !important;
    border-color: #8C6C18 !important; /* oro scuro */
}

/* Header */
.art-header {
    background-image: none !important;
    background: #0B1E39 !important;
}

/* Footer */
.art-footer {
    background: #0B1E39 !important;
    color: #D4AF37 !important;
}

/* Pulsanti */
a.art-button, button.art-button, input.art-button {
    background: linear-gradient(180deg, #153a66 0%, #0F2A4A 100%) !important;
    color: #F5E6A8 !important;
    border: 1px solid #8C6C18 !important;
}
a.art-button:hover, button.art-button:hover, input.art-button:hover {
    background: linear-gradient(180deg, #1a487f 0%, #133760 100%) !important;
    color: #D4AF37 !important;
}

/* BOX che già esiste */
.box {
    border-color: #D4AF37 !important; /* porta anche lui in oro */
}