/* css/cattle.css */
table { border-collapse: collapse; margin: 20px 0; width: 100%; max-width: 650px; }
th, td { padding: 10px; border: 1px solid #ddd; text-align: left; }
th { background-color: #f2f2f2; }
img { max-width: 100%; height: auto; }


/* css/cattle.css */
.cattle-breadcrumb {
    margin: 20px 0 10px 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.cattle-breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}
.cattle-breadcrumb a:hover {
    text-decoration: underline;
}

.cattle-details-table {
    width: 100%;
    max-width: 650px;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
}
.cattle-details-table th,
.cattle-details-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}
.cattle-details-table th {
    background-color: #f2f2f2;
    width: 30%;
}
.cattle-details-table img {
    max-width: 100%;
    height: auto;
}

/* Optional: nicer post title styling */
.cattle-single-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em;
    color: #333;
}
