/**
* Theme Name: Softy Solutions Child
* Description: This is a child theme of Softy Solutions.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: softy-solutions
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: softy-solutions-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/
p{
	margin:0px !important;
}
ol, ul{
	margin:0px 0px 0px 1rem;
}

.single-projects h5 {
	color: white !important;
}

.page-id-57769 h2 {
	font-size: 2.4em
}

.page-id-57769 .nf-field-label label {
font-size: 1em !important;
}
/* 
.ods-table-wrap { max-width: 100%; overflow-x: auto; }

  .ods-table{
    width: 100%;
    min-width: 920px;
    border-collapse: separate;
    border-spacing: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
  }

  .ods-table thead th{
    background: #0A1034;
    padding: 12px 12px;
    text-align: left;
    border-bottom: 2px solid #d7dde3;
    position: sticky; top: 0;
  }

  .ods-table td{
    background: #fff;
    padding: 12px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e6ebf0;
  }

 
  .ods-group-start td{
    border-top: 3px solid #d0d7de;
  }
  .ods-spacer td{
    padding: 0;
    height: 14px;     
    border: none;
    background: transparent;
  }

 
  .ods-name{
    width: 18%;
    background: #f7faff;
    border-left: 6px solid #2b6cb0; 
  }
  .ods-summary{
    width: 32%;
    background: #f7faff;
    color: #1f2937;
  }
  .ods-indicator{ width: 32%; }
  .ods-year, .ods-target{
    width: 9%;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }
  .col-num{ text-align: right; }


  .ods-3  .ods-name{ border-left-color:#b91c1c; }
  .ods-4  .ods-name{ border-left-color:#2563eb; }
  .ods-5  .ods-name{ border-left-color:#db2777; }
  .ods-7  .ods-name{ border-left-color:#f59e0b; }
  .ods-13 .ods-name{ border-left-color:#16a34a; }
  .ods-16 .ods-name{ border-left-color:#0f766e; }
  .ods-8-17 .ods-name{ border-left-color:#6b7280; }

  .muted{ color:#6b7280; }
  .ods-note{ margin: 10px 0 0; color:#6b7280; font-size: 12px; }*/

/* ===== BASE ===== */
.ods-table {
  width: 100%;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.ods-table tbody{
	border:0px;
}
.ods-table th{
    background: #f3f4f6;
    color: #4b5563;
}

.ods-table th,
.ods-table td {
  padding: 16px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
.ods-end{
	border-bottom:2px solid #4b5563;
}
.ods-table thead {
  background: #f3f4f6;
}

.ods-name img {
  max-width: 64px;
  margin-bottom: 8px;
}

.ods-name p {
  margin: 8px 0 0;
  font-size: 18px !important;
  color: #4b5563;
}
.ods-indicator{
	font-size:16px;
}
.ods-year, .ods-target{
	font-size:26px;
}
.ods-name{
	width:40%;
}
table tbody td{
	border-color:#fff;
}

/* ===== MOBILE → CARDS ===== */
@media (max-width: 768px) {
  .ods-table thead {
    display: none;
  }

  .ods-table,
  .ods-table tbody,
  .ods-table tr {
    display: block;
    width: 100%;
  }

  .ods-row {
    background: #fff;
    margin-bottom: 20px;
    padding: 16px;
  }

  /* ODS header */
  .ods-name {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
  }
	.ods-year, .ods-target{
		width: 50%;
    	float: left;
    	flex-direction: column;
	}
	.ods-indicator{
		width:100%;
		float:left;
		border-top:1px solid #d7d7d7 !important;
		flex-direction:column
	}

  /* Data rows */
  .ods-table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: none;
  }
.ods-year, .ods-target, .ods-indicator{
	font-size:18px;
}
  .ods-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #111827;
  }
	.ods-name img{
		max-width:70px !important;
		max-height:70px !important;
		display:block;
		float:left
	}
	.ods-end{
		border-bottom:0px !important;
	}
	.ods-name{
		border-top:3px solid #000 !important;
	}
	.ods-table th,
.ods-table td {
	border-right:0px !important;
}
  /* Evita duplicar ODS cuando había rowspan */
  .ods-row:not(.ods-start) .ods-name {
    display: none;
  }
}
