/*
Theme Name: rs202501
Template: twentytwentyfive
Version: 1.0
Description: Child theme of Twenty Twenty-Five.
Author: Rasoul Shafeazadeh
*/



a:focus, a:active {
  outline: none;
  box-shadow: none;
}

a:hover img, a:focus img {
  outline: none;
  box-shadow: none; 
  transform: scale(1.04); /* Slight zoom effect */
  transition: border 0.2s, transform 0.2s;
}