﻿.edit-form-class {
    /* Dina anpassade stilar */
    margin: 0 !important;
    padding: 0 !important;
}

    .edit-form-class .form-control {
        border-radius: 0 !important;
        box-shadow: none !important;
    }




.sec-nav-link {
    color: #fff !important;
    font-size: 1.5rem;
    display: block;
    padding-top: .5rem;
    text-decoration: none;
    white-space: nowrap;
}

    .sec-nav-link:hover {
        color: #007bff !important;
    }

.image-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}



.sec-maincontainer {
    padding-top: 50px !important;
    padding-bottom: 30px !important
}





.sec-default-button {
    width: 200px;
    background-color: #b8636a;
    color: white;
    font-weight: bold;
}

    .sec-default-button:hover {
        background-color: #6B3136;
    }



.sec-even-row {
    background-color: white;
}

.sec-odd-row {
    background-color: #e0e7ea;
    
}


.sec-footer-link {
    font-size: 12px
}

.attribute-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.attribute-card {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.attribute-card-header {
    font-weight: bold;
    background-color: #009ecf;
    color: white;
    padding: 0.5rem;
    border-radius: 4px 4px 0 0;
}

.attribute-card-body {
    padding-top: 0.5rem;
}


.attribute-row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.rz-pager-summary {
    display: none;
}



@media (max-width: 768px) {
    .attribute-grid {
        grid-template-columns: 1fr;
    }

    .row.border-bottom {
        border: 1px solid #ccc;
        margin-bottom: 1rem;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .attribute-row {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid;
    }
}



.pdf-button {
    display: flex;
    align-items: center;
    gap: 8px; /* Avstånd mellan ikon och text */
    padding: 8px 12px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.pdf-icon {
    width: 20px;
    height: 20px;
}

.small-h1 {
    font-size: 1.4rem; /* standard h1 är ~2.5rem */
    font-weight: bold; /* behåll fet stil */
    margin-bottom: 0.5rem; /* lite luft under */
}




.gridlink {
    color: #009ecf; /* normalfärg */
}

    .product-link:hover {
        color: #002b45; /* hoverfärg */
    }




/* ===============================
   VAT-togglern
   =============================== */
.vat-item {
    display: flex !important;
    align-items: center !important; /* centrera vertikalt */
    height: 3.5rem !important; /* matchar headerns höjd */
}

    .vat-item .rz-switch {
        line-height: 1 !important;
        vertical-align: middle !important;
    }

@media (max-width: 1500px) {
    .vat-item {
        align-self: center !important; /* centrera även i mobilmenyn */
    }
}



.bodytext p {
    margin: 0 0 1rem 0 !important;
    line-height: 1.6 !important;
    font-size: 1.125rem !important;
    color: #333 !important;
}
