/*
Theme Name: Mój Motyw Potomny
Template: oceanwp
*/

.page-header-title {
	text-align: center;
}

body {
 background: yellow;

}

.theorem,
.example {
  border-radius: 8px;
  padding: 8px 6px;
  margin: 16px 0;
  border: 1px solid #d0d7de;
  background: #f9fafb;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.06);
}

/* Pasek tytułu u góry bloku */
.theorem-title,
.example-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.6);
}



/* Kolory rozróżniające typ bloku */
.theorem {
  border-left: 4px solid #2563eb;
}

.theorem-title {
  color: #1d4ed8;
}

.example {
  border-left: 4px solid #16a34a;
}

.example-title {
  color: #15803d;
}

/* Opcjonalnie: trochę typografii w środku */
.theorem p,
.example p {
  margin: 0;
  line-height: 1.5;
}


.image-with-icon {
    position: relative;
    display: inline-block;
}

.image-with-icon img {
    display: block;
}

.icon-link {
    position: absolute;
    top: 1px;      /* odległość od góry obrazka */
    right: 260px;    /* odległość od prawej strony obrazka */
    width: 28px;
    height: 30px;
}

.icon-link img {
    width: 100%;
    height: 100%;
    opacity: 0.8; /* 0.0 = niewidoczne, 1.0 = pełne */


}


.icon-link:hover img {
    opacity: 0.4; /* im mniej, tym bardziej przezroczysta */
}





