/******************************************************************
Theme Name: 【新】SBS京葉自動車学校 親テンプレート
Theme URI: 
Description: 
Version: 1.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
******************************************************************/

.my-instagram-wrapper {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.my-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.my-insta-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  display: block;
}

.my-insta-card:hover img {
  transform: scale(1.03);
}

.my-insta-button {
  display: inline-block;
  background: #3897f0;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s ease;
}

.my-insta-button:hover {
  background: #2f80ed;
}