.header-block {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
 
.table .btn-more {
    font-size: 0 !important; /* Hides original "View Detail" */
    position: relative;
    display: inline-block; /* Ensures the button retains size */
    padding: 10px 20px !important; /* Adjust button padding */
    min-width: 120px; /* Prevents button shrinking too much */
    min-height: 40px; /* Ensures proper height */
}

.table .btn-more::before {
    content: "Skoða nánar" !important;
    font-size: 16px !important;
    font-weight: bold;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; /* Prevents text from breaking into two lines */
}

#filters, .button-group {
    display: none !important;
}


/*


.table .btn-more {
    font-size: 0 !important; 
    position: relative;
}

.table .btn-more::before {
    content: "Skoða nánar" !important;
    font-size: 16px !important; 
    font-weight: bold;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

*/

/*
.table .btn-more::before {
    content: "Skoða nánar" !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
}



.table .btn-more {
    font-size: 0 !important; 
    position: relative;
}

*/

.custom-logo {
  display: none !important;
}


.custom-logo {
  display: none !important;
}

/*
, .portfolio-header {
    display: none !important;
}
*/
.custom-promotional-block {
  padding: 25px;
  background-color: #f2f2f2;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.custom-promotional-block h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #333;
}

.custom-promotional-block p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #555;
}

.custom-promotional-block a {
  color: #0073aa;
  text-decoration: none;
}

.custom-promotional-block a:hover {
  text-decoration: underline;
}

.custom-promotional-block .promo-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.custom-promotional-block .promo-button:hover {
  background-color: #005b8f;
}
