﻿.parchment-header, .parchment-body, .parchment-footer {
    background: #fef3c7 url('https://www.transparenttextures.com/patterns/old-map.png');
    border: none;
    color: #4b3621;
}

.parchment-body {
    border-top: 2px dashed #d4a373;
    border-bottom: 2px dashed #d4a373;
    overflow-x: auto; /* Permite scroll si la tabla se sale */
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.text-brown {
    color: #4b3621;
}

.modal-content {
    border: 3px solid #d4a373;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    background: #fef3c7 url('https://www.transparenttextures.com/patterns/old-map.png');
}

.btn-danger, .btn-outline-secondary {
    border-radius: 8px;
}

@media (max-width: 768px) {
    .parchment-body {
        padding: 0 !important;
        border-radius: 6px;
    }

    .table-hogwarts {
        font-size: 0.96rem;
    }
}
