* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

html {
    font-family: Arial, sans-serif;
    background: url('images/ui/background/skygradient.png') no-repeat center center;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    position: relative;
}

body {
    padding-top: 20px;
    position: relative;
    z-index: 0;
}

.container, .glass {
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border-radius: 10px;
    max-width: 80%;
}

.container {
    max-width: 800px;
    width: 80%;
    margin: auto;
    padding: 10px;
    padding-top: 0;
}

h1, h2 {
    text-align: center;
    color: #222;
}

h2 {
    margin-bottom: 0;
    padding: 5px;
}

h1 {
  text-align: center;
  color: #222;
}

.author-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.author-name {
  text-decoration: none;
  font-weight: bold;
  color: #007bff;
}

.author-name:hover {
  text-decoration: underline;
}

.author-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.objectsona-section {
  width: 200px;
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.objectsona-section img {
  max-width: 100%;
  height: auto;
}

.author-profile {
  flex-grow: 1;
  padding: 20px;
}

/* Mobile view */
@media (max-width: 768px) {
  .author-layout {
    flex-direction: column;
  }
  
  .objectsona-section {
    width: 100%;
    padding: 20px;
  }
}

.blog-item {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.blog-item h2 {
  margin: 0;
  font-size: 20px;
}

.read-more {
  display: block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

.view-all {
  margin-top: 15px;
  padding: 8px 12px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.view-all:hover {
  background: #0056b3;
}

.back-button {
  padding: 8px 12px;
  background: #555;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}

.back-button:hover {
  background: #333;
}

.blog-content {
  line-height: 1.6;
}

.author-profile {
  text-align: center;
  padding: 20px;
}

.author-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.author-profile h1 {
  margin: 10px 0;
  font-size: 24px;
}

.author-profile p {
  color: #666;
}

#author-links {
  margin-top: 10px;
}

#author-links a {
  display: inline-block;
  margin: 5px;
  padding: 8px 12px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

#author-links a:hover {
  background: #0056b3;
}

.back-button {
  background-color: red;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.back-button:hover {
  background-color: darkred;
}

.back-button {
  display: flex;
  align-items: center;
  padding: 2px 3px;
  margin-left: 10px;
  font-size: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #333;
}

.back-icon {
  width: 80px;
  height: auto;
}
