Wagner intermediate book 1 songs
/* Style Jackrabbit Register buttons - Squarespace 7.0 */
table.jr3_openings_table td a.jr3_register_link,
table.jr3_openings_table td.jr3_table_openings_register a {
display: inline-block !important;
background-color: #ff7b74 !important; /* Coral pink */
color: black !important;
font-size: 18px !important;
font-weight: bold !important;
padding: 10px 20px !important;
border-radius: 999px !important; /* pill shape */
border: 2px solid black !important;
text-decoration: none !important;
transition: all 0.25s ease-in-out !important;
}
/* Hover effect */
table.jr3_openings_table td a.jr3_register_link:hover,
table.jr3_openings_table td.jr3_table_openings_register a:hover {
background-color: #fff58f !important; /* Soft yellow */
transform: scale(1.08);
}