
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
}

.svg-text-main{
	stroke-width:0px;
	font-size:12px;
}
.svg-text-sec{
	stroke-width:0px;
	font-size:10px;
}
.roznica{
	line-height: 1;
    margin-top: -10px;
    font-size: 12px;
	color: #31c75a;
}

.sprawdz {
	color: #000;
	text-decoration: none;
}
 main.sol {
	 margin: 0;
	 overflow: hidden;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
}
 main.sol .sol-half {
	 position: absolute;
	 width: 400px;
	 height: 400px;
	 border-radius: 50%;
	 border: 3px solid rgba(0, 0, 0, .25);
	 border-bottom-color: white;
	 border-left-color: white;
	 transform: rotate(-45deg);
}
 main.sol .sol-circle-parent {
	 width: 400px;
	 height: 400px;
	 transform: rotate(-90deg);
	 transition: transform 0.5s ease-in-out;
}
 main.sol .sol-circle-parent .sol-circle {
	 width: 40px;
	 height: 40px;
	 border: 5px solid white;
	 border-radius: 50%;
	 background: #f1c40f;
	 position: relative;
	 margin: 0 auto;
	 top: -17px;
}
 main.sol .sol-text {
	 position: absolute;
	 top: calc(50% + 40px);
	 width: 100%;
}
 main.sol .sol-text .sol-rise, main.sol .sol-text .sol-set, main.sol .sol-text .sol-time {
	 width: 80px;
	 text-align: center;
	 position: absolute;
}
 main.sol .sol-text .sol-rise {
	 left: 24%;
}
 main.sol .sol-text .sol-set {
	 right: 24%;
}
 main.sol .sol-text .sol-time {
	 width: 120px;
	 left: 50%;
	 margin-left: -60px;
	 font-weight: bold;
	 font-size: 150%;
}
 #sol-info {
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background: rgba(255, 255, 255, .7);
	 font-size: 200%;
	 position: absolute;
	 display: flex;
	 align-items: center;
	 justify-content: center;
   z-index:-1;
}

#suggestions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  position: absolute;
  top: 63px;
  right: 0;
  margin: 0 auto;
  width: 300px;
  margin-right: 10px;
  z-index:1;
}

#suggestions a {
  text-decoration: none;
  color: #000;
}

.suggestion {
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.suggestion:hover {
  background-color: #e6e6e6;
}
.wschod{
    color:#fcb900;
}
.wschod, .zachod{
  margin-right:0;
  margin-left:0;
  font-size:30px;
  line-height:1.4;
}
.zachod {
  color:#cf2e2e;
}

.slonce{
  max-width:350px;
}
@media (max-width: 767px) {
  #suggestions {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
      position: absolute;
      top: 120px;
      margin: 0 auto;
      right:13%;
      margin-right: 10px;
  }
  .table th {
    font-size:11px;
  }
  .table {
    font-size:14px;
  }
}

.dzien{
  height: 25px;
  background: #fdec96;
  width:50%;
  font-size:15px;
}
.dzien span, .noc span{
  vertical-align:super;
}
.noc{
  background: #002f5b;
  width: 50%;
  height: 25px;
  color: #fff;
  font-size:15px;
}

.gg-sun {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs,1));
  width: 24px;
  height: 24px;
  background:
    linear-gradient(to bottom,
        currentColor 4px,transparent 0)
        no-repeat 5px -6px/2px 6px,
    linear-gradient(to bottom,
        currentColor 4px,transparent 0)
        no-repeat 5px 14px/2px 6px,
    linear-gradient(to bottom,
        currentColor 4px,transparent 0)
        no-repeat -8px 5px/6px 2px,
    linear-gradient(to bottom,
        currentColor 4px,transparent 0)
        no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent;
  color: orange;
}
.gg-sun::after,
.gg-sun::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px
}
.gg-sun::before {
  transform: rotate(-45deg)
}
.gg-sun::after {
  transform: rotate(45deg)
}

.gg-moon,
.gg-moon::after {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 50%
}
.gg-moon {
    overflow: hidden;
    position: relative;
    transform: rotate(-135deg) scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-bottom-color: transparent
}
.gg-moon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    top: 8px;
    left: 2px
}
/* AdSense Responsive Ad Styles - Fix CLS and improve viewability */
.responsive-ad-atf {
    display: block;
    width: 100%;
    min-height: 100px; /* Zapobiega skakaniu layoutu (CLS) */
    max-height: 280px; /* Pozwala na formaty Billboard */
    text-align: center;
    margin-bottom: 20px;
}

.ad-container, .ad-container-atf {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.ad-container-atf {
    min-height: 100px;
}

/* Task 3: Ad container for sidebar - sticky positioning */
.ad-container-sidebar {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px;
    z-index: 10;
}
